From e395a26cd3c16874a14c75dc73931af2374c7253 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 18 Jul 2010 11:25:57 +0000 Subject: use -h linker flag instead of -soname which seems more portable git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1164 ef36b2f9-881f-0410-afb5-c4e39611909c --- nss/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss/Makefile.am') diff --git a/nss/Makefile.am b/nss/Makefile.am index 76bcdb3..4b75ea0 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -30,7 +30,7 @@ nss_ldap_so_SOURCES = common.c common.h prototypes.h \ 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 -- cgit v1.2.3