mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
openpam: Migrate from COMPAT_32BIT to generic COMPAT_libcompat
See commit 8fad2cda93
("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40923
This commit is contained in:
parent
8fad2cda93
commit
0ade2f8cf7
@ -175,9 +175,9 @@ const char *openpam_policy_path[] = {
|
||||
const char *openpam_module_path[] = {
|
||||
#ifdef OPENPAM_MODULES_DIRECTORY
|
||||
OPENPAM_MODULES_DIRECTORY,
|
||||
#elif COMPAT_32BIT
|
||||
"/usr/lib32",
|
||||
"/usr/local/lib32",
|
||||
#elif defined(COMPAT_libcompat)
|
||||
"/usr/lib" COMPAT_libcompat,
|
||||
"/usr/local/lib" COMPAT_libcompat,
|
||||
#else
|
||||
"/usr/lib",
|
||||
"/usr/local/lib",
|
||||
|
Loading…
Reference in New Issue
Block a user