projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a13c60
)
libpcap: get rid of some bloat introduced by the update
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Apr 2013 21:07:39 +0000
(21:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Apr 2013 21:07:39 +0000
(21:07 +0000)
SVN-Revision: 36151
package/libs/libpcap/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libpcap/Makefile
b/package/libs/libpcap/Makefile
index 75b5487215c80fb9296a1aad378c204f54e05423..f1d287225454a4bdf37b5f742f646f2d1f8e490b 100644
(file)
--- 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"