From d6163e23de9dfe4490c9b06d52e91dc0eb71aec9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 4 May 2014 16:26:31 +0200 Subject: Use FreeBSD lib directory and SONAME on Dragonfly --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 16e9701..96ae06f 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,7 @@ if test "x$PAM_SECLIB_DIR" = "xauto" then case "$target_os" in solaris*) PAM_SECLIB_DIR="/usr/lib/security" ;; - freebsd*) PAM_SECLIB_DIR="/usr/lib" ;; + freebsd*|dragonfly*) PAM_SECLIB_DIR="/usr/lib" ;; *) PAM_SECLIB_DIR="/lib/security" ;; esac fi @@ -294,7 +294,7 @@ if test "x$NSS_LDAP_SONAME" = "xauto" then case "$target_os" in solaris*) NSS_LDAP_SONAME="nss_ldap.so.1" ;; - freebsd*) NSS_LDAP_SONAME="nss_ldap.so.1" ;; + freebsd*|dragonfly*) NSS_LDAP_SONAME="nss_ldap.so.1" ;; *) NSS_LDAP_SONAME="libnss_ldap.so.2" ;; esac fi -- cgit v1.2.3