diff options
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 |