diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2013-02-18 02:08:41 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2013-02-18 02:08:41 +0000 |
commit | afad0b868fa9d25a1da06942a2018d71f5f0fadc (patch) | |
tree | 1840eae6e6838832206dfa5d28b9bc48329f44d0 /release/picobsd/qemu/crunch.conf | |
parent | 341cee15f6be494491855948b60f9eed4b9cf125 (diff) | |
download | src-afad0b868fa9d25a1da06942a2018d71f5f0fadc.tar.gz src-afad0b868fa9d25a1da06942a2018d71f5f0fadc.zip |
the NO_PAM option has been finally removed in favor of WITHOUT_PAM.
Notes
Notes:
svn path=/head/; revision=246932
Diffstat (limited to 'release/picobsd/qemu/crunch.conf')
-rw-r--r-- | release/picobsd/qemu/crunch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/qemu/crunch.conf b/release/picobsd/qemu/crunch.conf index 340ddb12de55..5dbb5190a3b4 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 |