summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-11-27 04:54:23 +0000
committerpeter <peter@FreeBSD.org>2013-11-27 04:54:23 +0000
commitd3d63a7419808c14bc98da1e8b3867524b66e8b8 (patch)
tree3c6bda81b2c50864c4c5019681d3f7cb01afc38a /share
parent78f08ebb35fad596761a2a9a883b4ba6decbd177 (diff)
downloadFreeBSD-src-d3d63a7419808c14bc98da1e8b3867524b66e8b8.zip
FreeBSD-src-d3d63a7419808c14bc98da1e8b3867524b66e8b8.tar.gz
At great personal risk, change the default for LIB32 from yes to no. As
mentioned in UPDATING, you can even do it as an as-needed operation after doing a buildworld/installworld. You can set WITH_LIB32=yes in make.conf or src.conf.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a71e442..056ca86 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -303,7 +303,6 @@ __DEFAULT_YES_OPTIONS = \
LDNS \
LDNS_UTILS \
LEGACY_CONSOLE \
- LIB32 \
LIBPTHREAD \
LIBTHR \
LOCALES \
@@ -369,6 +368,7 @@ __DEFAULT_NO_OPTIONS = \
GPL_DTC \
HESIOD \
INSTALL_AS_USER \
+ LIB32 \
LLDB \
NAND \
OFED \
OpenPOWER on IntegriCloud