openldap/openldap.spec

changeset 777
4e2fe5febd48
parent 587
d0df67c21897
equal deleted inserted replaced
5:574164c374bb 6:623c5431972b
29 Packager: OpenPKG Foundation e.V. 29 Packager: OpenPKG Foundation e.V.
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.32 34 Version: 2.4.35
35 Release: 20120800 35 Release: 20120800
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
98 -e 's;-ldb-4\.[1-9];-ldb;g' \ 98 -e 's;-ldb-4\.[1-9];-ldb;g' \
99 -e 's;-ldb-4-[1-9];-ldb;g' \ 99 -e 's;-ldb-4-[1-9];-ldb;g' \
100 -e 's;-ldb-4[1-9];-ldb;g' \ 100 -e 's;-ldb-4[1-9];-ldb;g' \
101 -e 's;-ldb-4;-ldb;g' \ 101 -e 's;-ldb-4;-ldb;g' \
102 configure 102 configure
103 ( cd servers/slapd/back-bdb/
104 %{l_shtool} subst \
105 -e 's;u_int\([0-9]*\)_t;uint\1_t;g' \
106 back-bdb.h init.c config.c dbcache.c dn2id.c idl.c
107 ) || exit $?
103 108
104 %build 109 %build
105 cp /dev/null config.cache 110 cp /dev/null config.cache
106 111
107 # configuration: standard build flags 112 # configuration: standard build flags

mercurial