projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes ifxmips pci support and adds GENERIC_GPIO
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
67719b8
..
d7956a6
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-46,17
+46,12
@@
define Build/Compile
endef
define Build/InstallDev
endef
define Build/InstallDev
- mkdir -p $(
STAGING_DIR
)/usr/include
+ mkdir -p $(
1
)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
$(CP) $(PKG_INSTALL_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
- $(
STAGING_DIR
)/usr/include/
- mkdir -p $(
STAGING_DIR
)/usr/lib
+ $(
1
)/usr/include/
+ mkdir -p $(
1
)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} \
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.{a,so*} \
- $(STAGING_DIR)/usr/lib/
-endef
-
-define Build/UninstallDev
- rm -rf $(STAGING_DIR)/usr/include/pcap{,-bpf,-namedb}.h \
- $(STAGING_DIR)/usr/lib/libpcap.{a,so*}
+ $(1)/usr/lib/
endef
define Package/libpcap/install
endef
define Package/libpcap/install
This page took
0.022791 seconds
and
4
git commands to generate.