mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
Fix typo
SVN-Revision: 875
This commit is contained in:
parent
f4f38e09eb
commit
7b14f44cac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user