diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-02 16:58:26 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-02 16:58:26 +0100 |
commit | bee2c0e61cd65314893d94eb460069ca9caf7ac2 (patch) | |
tree | 0cab5b1e545b32c9251f71dedfeee2e83801a24a /debian/rules | |
parent | 337776d20d58e332037acb8114f0802ef9c5d8d6 (diff) |
don't pass options to configure which are not used
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@612 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 7b2d278..307dd67 100755 --- a/debian/rules +++ b/debian/rules @@ -25,9 +25,7 @@ configure-stamp: --with-ldap-lib=openldap \ --with-ldap-conf-file=/etc/nss-ldapd.conf \ --with-nslcd-pidfile=/var/run/nslcd/nslcd.pid \ - --with-nslcd-socket=/var/run/nslcd/socket \ - --enable-paged-results \ - --enable-configurable-krb5-ccname-gssapi + --with-nslcd-socket=/var/run/nslcd/socket touch configure-stamp build: configure-stamp build-stamp |