mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
ipsec-tools: get rid of explicit ipv6 handling
This is taken care of by autotargets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6252ef7fc3
commit
cda6b7fe0f
@ -50,12 +50,6 @@ else
|
|||||||
IPSEC_TOOLS_CONF_OPT+= --disable-stats
|
IPSEC_TOOLS_CONF_OPT+= --disable-stats
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_INET_IPV6),y)
|
|
||||||
IPSEC_TOOLS_CONF_OPT+= --enable-ipv6
|
|
||||||
else
|
|
||||||
IPSEC_TOOLS_CONF_OPT+= --disable-ipv6
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE), y)
|
ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE), y)
|
||||||
IPSEC_TOOLS_CONF_OPT+= --without-readline
|
IPSEC_TOOLS_CONF_OPT+= --without-readline
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user