projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e436237
)
libpcap: fix kernel version check
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Aug 2009 22:32:14 +0000
(22:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Aug 2009 22:32:14 +0000
(22:32 +0000)
SVN-Revision: 17349
package/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index eef5ff06403ada72c3f7ad9140c4b93578bbdc47..e54950002d5c06ea39798a19335a12d0c544cf88 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
+include $(INCLUDE_DIR)/kernel.mk
define Package/libpcap
SECTION:=libs
@@
-48,6
+49,9
@@
endef
TARGET_CFLAGS += \
-ffunction-sections -fdata-sections
+CONFIGURE_VARS += \
+ ac_cv_linux_vers=$(LINUX_VERSION)
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \