X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1afdf5ba78ee5d7e5c6e5687ff1dc49eba244924..1aae32018f3f9223f7df0dbe9a072c1b6e8a0994:/openwrt/package/libpcap/Makefile diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile index 89f975344..bedebf2c7 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