nss-pam-ldapd commit: r1270 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1270 - 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: r1270 - nss-pam-ldapd/nss
- Date: Wed, 13 Oct 2010 23:20:08 +0200 (CEST)
Author: arthur
Date: Wed Oct 13 23:20:06 2010
New Revision: 1270
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1270
Log:
link local modules before .a files from common directory to pick symbols up in
correct order
Modified:
nss-pam-ldapd/nss/Makefile.am
Modified: nss-pam-ldapd/nss/Makefile.am
==============================================================================
--- nss-pam-ldapd/nss/Makefile.am Wed Oct 13 23:01:16 2010 (r1269)
+++ nss-pam-ldapd/nss/Makefile.am Wed Oct 13 23:20:06 2010 (r1270)
@@ -32,7 +32,7 @@
networks.c passwd.c protocols.c rpc.c services.c \
shadow.c
nss_ldap_so_DEPENDENCIES = $(NSS_MODULE_OBJS)
-nss_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a $(NSS_MODULE_OBJS)
+nss_ldap_so_LDADD = $(NSS_MODULE_OBJS) ../common/libtio.a ../common/libprot.a
EXTRA_DIST = exports.glibc exports.solaris
--
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: r1270 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project