diff options
author | Timur I. Bakeyev <timur@com.bat.ru> | 2009-06-07 17:05:23 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-06-08 13:20:54 +0200 |
commit | ef9773c8e77346bd0d52a827b0f9a1b0e3b4ccfd (patch) | |
tree | dc70a83b45275ed0e263712c096520e7084f5e9d /lib | |
parent | a7cd66728b4b35dbb7686108bcf8e100d663aad7 (diff) | |
download | samba-ef9773c8e77346bd0d52a827b0f9a1b0e3b4ccfd.tar.gz samba-ef9773c8e77346bd0d52a827b0f9a1b0e3b4ccfd.tar.bz2 samba-ef9773c8e77346bd0d52a827b0f9a1b0e3b4ccfd.zip |
Fix make test_pam_modules
In Samba3 there is a very handy Makefile target 'test_pam_modules'. It let
quickly veryfy, that obtained PAM module actually is loadable and doesn't
miss any dependency libs. the only problem that on FreeBSD it doesn't work
OOTB, as it unconditionally adds -ldl to the list of libraries when FreeBSD
doesn't have it and doesn't need it.
This small patch fixes the problem for FreeBSD and, I hope, still valid
for othe systems, where -ldl is required. Has to be tested there though.
With regards,
Timur Bakeyev.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions