diff -r 94771d2369b6 -r f035b8d886ac openldap/openldap.spec --- a/openldap/openldap.spec Tue Apr 21 11:55:19 2009 +0200 +++ b/openldap/openldap.spec Tue Apr 21 13:27:53 2009 +0200 @@ -32,7 +32,7 @@ Group: LDAP License: GPL Version: 2.4.16 -Release: 20090406 +Release: 20090420 # package options %option with_server yes @@ -118,9 +118,11 @@ ARGS="$ARGS --prefix=%{l_prefix}" ARGS="$ARGS --libexecdir=%{l_prefix}/libexec/openldap" ARGS="$ARGS --localstatedir=%{l_prefix}/var/openldap" + ARGS="$ARGS --mandir=%{l_prefix}/man" ARGS="$ARGS --enable-syslog" ARGS="$ARGS --with-tls" ARGS="$ARGS --without-fetch" + ARGS="$ARGS --without-gssapi" ARGS="$ARGS --disable-dynamic" ARGS="$ARGS --disable-shared" %if "%{with_server}" == "yes"