diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-04 08:40:01 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-04 08:40:01 +0000 |
commit | 1da3f18f15bc44b45c77c8ba33537ddf75ac8833 (patch) | |
tree | 46cbcca963ffa29d84ea2631e69ae2be07c57bda | |
parent | 10b704853b5687b527d0db19802a7ca5315fe39c (diff) |
use auto-detection for LDAP library and defaults for config file, socket and pidfile (no changes)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1532 ef36b2f9-881f-0410-afb5-c4e39611909c
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index b5747fa..74488f3 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,4 @@ override_dh_auto_configure: dh_auto_configure -- \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --with-pam-seclib-dir=/lib/$(DEB_HOST_MULTIARCH)/security \ - --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 + --enable-warnings |