conserver: enable IPv6 support
Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
parent
15280aca97
commit
10151211e3
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
|
$(if $(CONFIG_IPV6),--with-ipv6) \
|
||||||
--sysconfdir=/etc/conserver \
|
--sysconfdir=/etc/conserver \
|
||||||
--with-port=3109 \
|
--with-port=3109 \
|
||||||
--with-logfile=/var/log/conserver/server.log
|
--with-logfile=/var/log/conserver/server.log
|
||||||
|
|
Loading…
Reference in a new issue