From 6b4006784bf5a2b3ecc431d5887df4f4edec4ac7 Mon Sep 17 00:00:00 2001 From: luigi Date: Mon, 18 Feb 2013 02:08:41 +0000 Subject: the NO_PAM option has been finally removed in favor of WITHOUT_PAM. --- release/picobsd/bridge/crunch.conf | 2 +- release/picobsd/qemu/crunch.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'release/picobsd') 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 -- cgit v1.1