diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-04 20:16:43 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-04 20:16:43 +0100 |
commit | 3207833b506183900aeac05b4a04277fa6f82c61 (patch) | |
tree | e3c5cb94e3fe2f0110a45afdb24bd4443b8c83f7 | |
parent | 700d968d7da8a36845f0f3abe9a22132be82b3ac (diff) |
Unconditional IPv6 support.
-rw-r--r-- | Makefile.bsd-wrapper | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index b1dcced..113be69 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -11,7 +11,6 @@ DEFAULT_VT= --with-default-vt=vt05 CONFIGURE_ARGS= --enable-privsep \ --enable-bsdauth \ $(DEFAULT_VT) \ - --disable-ipv6 \ --with-authdir=$(XENODMCONFIGDIR) \ --with-xenodmlibdir=$(XENODMCONFIGDIR) \ --with-pixmapdir=$(PIXMAPDIR) \ |