nss-pam-ldapd commit: r1164 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1164 - nss-pam-ldapd/nss
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1164 - nss-pam-ldapd/nss
- Date: Sun, 18 Jul 2010 13:25:57 +0200 (CEST)
Author: arthur
Date: Sun Jul 18 13:25:57 2010
New Revision: 1164
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1164
Log:
use -h linker flag instead of -soname which seems more portable
Modified:
nss-pam-ldapd/nss/Makefile.am
Modified: nss-pam-ldapd/nss/Makefile.am
==============================================================================
--- nss-pam-ldapd/nss/Makefile.am Sun Jul 18 13:23:52 2010 (r1163)
+++ nss-pam-ldapd/nss/Makefile.am Sun Jul 18 13:25:57 2010 (r1164)
@@ -30,7 +30,7 @@
aliases.c ethers.c group.c hosts.c netgroup.c \
networks.c passwd.c protocols.c rpc.c services.c \
shadow.c
-nss_ldap_so_LDFLAGS = -shared -Wl,-soname,$(NSS_LDAP_SONAME)
+nss_ldap_so_LDFLAGS = -shared -Wl,-h,$(NSS_LDAP_SONAME)
if HAVE_VERSION_SCRIPT_FLAG
nss_ldap_so_LDFLAGS += $(VERSION_SCRIPT_FLAG)\$(srcdir)/nss_ldap.map
endif
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1164 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project.