diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-30 15:31:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-30 15:31:23 +0000 |
commit | 0645ebf31ec3e27b9b9897caddc7e4fe9d901b64 (patch) | |
tree | dc9ed6f9ac2a8de9e5f05f97b63369d3876816be /openwrt/package/libpcap/Makefile | |
parent | 80d8f01d21ee311f03207249ae0e4095cf8df38b (diff) | |
download | mtk-20170518-0645ebf31ec3e27b9b9897caddc7e4fe9d901b64.zip mtk-20170518-0645ebf31ec3e27b9b9897caddc7e4fe9d901b64.tar.gz mtk-20170518-0645ebf31ec3e27b9b9897caddc7e4fe9d901b64.tar.bz2 |
Fix libpcap compile
SVN-Revision: 477
Diffstat (limited to 'openwrt/package/libpcap/Makefile')
-rw-r--r-- | openwrt/package/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 98806c2..1980429 100644 --- a/openwrt/package/libpcap/Makefile +++ b/openwrt/package/libpcap/Makefile @@ -80,7 +80,7 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) source: $(DL_DIR)/$(PKG_SOURCE_FILE) prepare: $(PKG_BUILD_DIR)/.patched -compile: $(STAGING_DIR)/lib/libpcap.a +compile: $(STAGING_DIR)/usr/lib/libpcap.a install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list clean: |