116 export LIBS="" |
116 export LIBS="" |
117 export ARGS="" |
117 export ARGS="" |
118 ARGS="$ARGS --prefix=%{l_prefix}" |
118 ARGS="$ARGS --prefix=%{l_prefix}" |
119 ARGS="$ARGS --libexecdir=%{l_prefix}/libexec/openldap" |
119 ARGS="$ARGS --libexecdir=%{l_prefix}/libexec/openldap" |
120 ARGS="$ARGS --localstatedir=%{l_prefix}/var/openldap" |
120 ARGS="$ARGS --localstatedir=%{l_prefix}/var/openldap" |
|
121 ARGS="$ARGS --mandir=%{l_prefix}/man" |
121 ARGS="$ARGS --enable-syslog" |
122 ARGS="$ARGS --enable-syslog" |
122 ARGS="$ARGS --with-tls" |
123 ARGS="$ARGS --with-tls" |
123 ARGS="$ARGS --without-fetch" |
124 ARGS="$ARGS --without-fetch" |
|
125 ARGS="$ARGS --without-gssapi" |
124 ARGS="$ARGS --disable-dynamic" |
126 ARGS="$ARGS --disable-dynamic" |
125 ARGS="$ARGS --disable-shared" |
127 ARGS="$ARGS --disable-shared" |
126 %if "%{with_server}" == "yes" |
128 %if "%{with_server}" == "yes" |
127 ARGS="$ARGS --enable-slapd" |
129 ARGS="$ARGS --enable-slapd" |
128 ARGS="$ARGS --disable-modules" |
130 ARGS="$ARGS --disable-modules" |