Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 530e0085e82c12d3e23ef7ae3185ab4b2ab8fc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	            --libdir=/lib \
	            --enable-warnings \
	            --with-ldap-lib=openldap \
	            --with-ldap-conf-file=/etc/nslcd.conf \
	            --with-nslcd-pidfile=/var/run/nslcd/nslcd.pid \
	            --with-nslcd-socket=/var/run/nslcd/socket

override_dh_makeshlibs:
	# do not generate shlibs (shared NSS library not meant to be linked)