projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f38e0
)
Fix typo
author
Nicolas Thill
<nico@openwrt.org>
Fri, 13 May 2005 04:27:26 +0000
(
04:27
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 13 May 2005 04:27:26 +0000
(
04:27
+0000)
SVN-Revision: 875
openwrt/package/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/libpcap/Makefile
b/openwrt/package/libpcap/Makefile
index 89f975344963d00fa4d56ef2b9ad891f837a5243..bedebf2c7d7db42f6cfdb2a83a92c274ba550529 100644
(file)
--- 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