diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-11 22:18:16 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-11 22:18:16 +0000 |
commit | a7f26c1c2e8bf52675ec9e5e3ab22172b038106d (patch) | |
tree | 9947a2b41ee23a069c274f022f5eafeb76901196 | |
parent | 5fee5ea179106d613c453b1ea7d4cf7f82aaaf01 (diff) |
fix FreeBSD nss_ldap soname (as seen in current FreeBSD packaging)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1370 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 643a45d..aaac7fe 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,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" ;; + freebsd*) NSS_LDAP_SONAME="nss_ldap.so.1" ;; *) NSS_LDAP_SONAME="libnss_ldap.so.2" ;; esac fi |