openldap/openldap.spec

changeset 184
f035b8d886ac
parent 174
8998cbee3fc3
child 195
8f6a78b621a9
equal deleted inserted replaced
0:da142ca9deed 1:a7e64279cb89
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: BASE 31 Class: BASE
32 Group: LDAP 32 Group: LDAP
33 License: GPL 33 License: GPL
34 Version: 2.4.16 34 Version: 2.4.16
35 Release: 20090406 35 Release: 20090420
36 36
37 # package options 37 # package options
38 %option with_server yes 38 %option with_server yes
39 %option with_fsl yes 39 %option with_fsl yes
40 %option with_crypt yes 40 %option with_crypt yes
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"

mercurial