Explorar el Código

libpcap: fix kernel version check

SVN-Revision: 17349
Felix Fietkau hace 16 años
padre
commit
5076142aa3
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      package/libpcap/Makefile

+ 4 - 0
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 \