summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
committerimp <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
commit0ed032933fe4bf3f047df5412d8df4df9da9c4d3 (patch)
tree59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /release/picobsd
parent76945251893ff381099d670ad70698e1b0d67285 (diff)
downloadFreeBSD-src-0ed032933fe4bf3f047df5412d8df4df9da9c4d3.zip
FreeBSD-src-0ed032933fe4bf3f047df5412d8df4df9da9c4d3.tar.gz
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
remove the now-redundant checks for RELEASE_CRUNCH. This originally was defined for building smaller sysinstall images, but was later also used by picobsd builds for a similar purpose. Now that we've moved away from sysinstall, picobsd is the only remaining consumer of this interface. Adding these two options reduces the RELEASE_CRUNCH special cases in the tree by half.
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/bridge/crunch.conf1
-rw-r--r--release/picobsd/qemu/crunch.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index c525ee1..fce2897 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -31,6 +31,7 @@
buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
+buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL
# Directories where to look for sources of various binaries.
# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
diff --git a/release/picobsd/qemu/crunch.conf b/release/picobsd/qemu/crunch.conf
index 3b04340..58a5544 100644
--- a/release/picobsd/qemu/crunch.conf
+++ b/release/picobsd/qemu/crunch.conf
@@ -31,6 +31,7 @@
buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
+buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL
# Directories where to look for sources of various binaries.
# @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf)
OpenPOWER on IntegriCloud