summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-13 04:27:26 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-13 04:27:26 +0000
commit7b14f44cacd774372490c62e1b6a45f415429cee (patch)
tree2d6a1a5b74facac54460338e6d34a2455e6feb42 /openwrt/package
parentf4f38e09eb2c289c863dc78305810294e4fd8010 (diff)
downloadmtk-20170518-7b14f44cacd774372490c62e1b6a45f415429cee.zip
mtk-20170518-7b14f44cacd774372490c62e1b6a45f415429cee.tar.gz
mtk-20170518-7b14f44cacd774372490c62e1b6a45f415429cee.tar.bz2
Fix typo
SVN-Revision: 875
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/libpcap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile
index 89f9753..bedebf2 100644
--- a/openwrt/package/libpcap/Makefile
+++ b/openwrt/package/libpcap/Makefile
@@ -73,8 +73,9 @@ $(IPKG_LIBPCAP):
$(STAGING_DIR)/usr/lib/libpcap.so: $(PKG_BUILD_DIR)/.built
mkdir -p $(STAGING_DIR)/usr/include
cp -fpR $(PKG_INSTALL_DIR)/usr/include/pcap* $(STAGING_DIR)/usr/include/
- mkdir -p $(I_LIBPCAP_DEV)/usr/lib
+ mkdir -p $(STAGING_DIR)/usr/lib
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} $(STAGING_DIR)/usr/lib/
+ touch $(STAGING_DIR)/usr/lib/libpcap.so
install-dev: $(STAGING_DIR)/usr/lib/libpcap.so