lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1786 - nss-pam-ldapd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1786 - nss-pam-ldapd



Author: arthur
Date: Sat Oct 13 15:04:20 2012
New Revision: 1786
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1786&view=revision

Log:
pass CPPFLAGS and LDFLAGS to distcheck's configure and put nslcd.conf under 
prefix

Modified:
   nss-pam-ldapd/Makefile.am

Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am   Sat Oct 13 15:02:26 2012        (r1785)
+++ nss-pam-ldapd/Makefile.am   Sat Oct 13 15:04:20 2012        (r1786)
@@ -37,8 +37,10 @@
 EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
              $(wildcard m4/*.m4) HACKING ldapns.schema ldapns.ldif
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-warnings 
--with-pam-seclib-dir="\$${libdir}/security" \
-                            --enable-pynslcd
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --enable-pynslcd \
+                            --with-pam-seclib-dir="\$${libdir}/security" \
+                            --with-ldap-conf-file="\$${prefix}/nslcd.conf" \
+                            CPPFLAGS=$(CPPFLAGS) LDFLAGS=$(LDFLAGS)
 
 ACLOCAL_AMFLAGS = -I m4
 
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/