mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[package/libs/libpcap]: IPv6 support should depend on if we've enabled it
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38349 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5794387dfa
commit
4452ec99e8
@ -54,7 +54,6 @@ CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-yydebug \
|
||||
--enable-ipv6 \
|
||||
--with-build-cc="$(HOSTCC)" \
|
||||
--with-pcap=linux \
|
||||
--without-septel \
|
||||
@ -62,6 +61,11 @@ CONFIGURE_ARGS += \
|
||||
--without-libnl \
|
||||
--disable-can
|
||||
|
||||
ifeq ($(CONFIG_IPV6),y)
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-ipv6
|
||||
endif
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user