summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2013-02-18 02:08:41 +0000
committerluigi <luigi@FreeBSD.org>2013-02-18 02:08:41 +0000
commit6b4006784bf5a2b3ecc431d5887df4f4edec4ac7 (patch)
tree1840eae6e6838832206dfa5d28b9bc48329f44d0 /release
parent84343db6c76659bf3ee6b6b038dd4a431bd9baa2 (diff)
downloadFreeBSD-src-6b4006784bf5a2b3ecc431d5887df4f4edec4ac7.zip
FreeBSD-src-6b4006784bf5a2b3ecc431d5887df4f4edec4ac7.tar.gz
the NO_PAM option has been finally removed in favor of WITHOUT_PAM.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/crunch.conf2
-rw-r--r--release/picobsd/qemu/crunch.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf
index 2a64021..227414b 100644
--- a/release/picobsd/bridge/crunch.conf
+++ b/release/picobsd/bridge/crunch.conf
@@ -29,7 +29,7 @@
# Default build options. Basically tell the Makefiles
# that to use the most compact possible version of the code.
-buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
buildopts -DWITHOUT_IPX
diff --git a/release/picobsd/qemu/crunch.conf b/release/picobsd/qemu/crunch.conf
index 340ddb1..5dbb519 100644
--- a/release/picobsd/qemu/crunch.conf
+++ b/release/picobsd/qemu/crunch.conf
@@ -29,7 +29,7 @@
# Default build options. Basically tell the Makefiles
# that to use the most compact possible version of the code.
-buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
buildopts -DWITHOUT_IPX
OpenPOWER on IntegriCloud