projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: update to latest wireless-testing from today
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
eef5ff0
..
e549500
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-16,6
+16,7
@@
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d
include $(INCLUDE_DIR)/package.mk
PKG_MD5SUM:=9ad1358c5dec48456405eac197a46d3d
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/kernel.mk
define Package/libpcap
SECTION:=libs
define Package/libpcap
SECTION:=libs
@@
-48,6
+49,9
@@
endef
TARGET_CFLAGS += \
-ffunction-sections -fdata-sections
TARGET_CFLAGS += \
-ffunction-sections -fdata-sections
+CONFIGURE_VARS += \
+ ac_cv_linux_vers=$(LINUX_VERSION)
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
This page took
0.030069 seconds
and
4
git commands to generate.