diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-01 21:07:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-01 21:07:39 +0000 |
commit | 8ca79490a5ad10be8edb2ab0f3e9d55a13b00a8c (patch) | |
tree | a53f512b910a0be42316b6a0bf88a8cedac38913 /package/libs | |
parent | 5a13c607715592f0933498914df10ebb597c7eff (diff) | |
download | upstream-8ca79490a5ad10be8edb2ab0f3e9d55a13b00a8c.tar.gz upstream-8ca79490a5ad10be8edb2ab0f3e9d55a13b00a8c.tar.bz2 upstream-8ca79490a5ad10be8edb2ab0f3e9d55a13b00a8c.zip |
libpcap: get rid of some bloat introduced by the update
SVN-Revision: 36151
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libpcap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 75b5487215..f1d2872254 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -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" |