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 | |
| parent | 341cee15f6be494491855948b60f9eed4b9cf125 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/picobsd/bridge/crunch.conf | 2 | ||||
| -rw-r--r-- | release/picobsd/qemu/crunch.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index 2a64021fad9d..227414bbab1c 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 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 |
