aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2013-11-21 20:43:43 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2013-11-21 20:43:43 +0000
commit481da845cead6506e49a3e9709eed0617845bc96 (patch)
treee767f9977bd072424353998385853cf9be2a380c /lib
parent21dc962b93c8bb2e363f986ab9c094010ed671fa (diff)
downloadsrc-481da845cead6506e49a3e9709eed0617845bc96.tar.gz
src-481da845cead6506e49a3e9709eed0617845bc96.zip
Catch up with OpenPAM Nummularia.
This fixes libpam for build32 target to dlopen() pam libraries in /usr/lib32. Reviewed by: des (a while ago) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=258444
Diffstat (limited to 'lib')
-rw-r--r--lib/libpam/libpam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile
index f5cd4cd214e1..0d81f183d5f0 100644
--- a/lib/libpam/libpam/Makefile
+++ b/lib/libpam/libpam/Makefile
@@ -154,7 +154,7 @@ MLINKS= pam.conf.5 pam.d.5
CSTD?= c99
CFLAGS+= -I${.CURDIR} -I${OPENPAM}/include
CFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR}
-CFLAGS+= -DOPENPAM_MODULES_DIR='"${PAM_MOD_DIR:C/\/*$//}/"'
+CFLAGS+= -DOPENPAM_MODULES_DIRECTORY='"${PAM_MOD_DIR:C/\/*$//}/"'
CFLAGS+= -DHAVE_DLFUNC=1
CFLAGS+= -DHAVE_FDLOPEN=1
CFLAGS+= -DHAVE_FPURGE=1