Skip to content
Snippets Groups Projects
Commit 8ca79490 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libpcap: get rid of some bloat introduced by the update

SVN-Revision: 36151
parent 5a13c607
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,8 @@ TARGET_CFLAGS += \
CONFIGURE_VARS += \
ac_cv_linux_vers=$(LINUX_VERSION) \
ac_cv_header_libusb_1_0_libusb_h=no
ac_cv_header_libusb_1_0_libusb_h=no \
ac_cv_netfilter_can_compile=no
CONFIGURE_ARGS += \
......@@ -58,7 +59,8 @@ CONFIGURE_ARGS += \
--with-pcap=linux \
--without-septel \
--without-dag \
--without-libnl
--without-libnl \
--disable-can
MAKE_FLAGS += \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment