forked from jengelh/openldap2
Accepting request 225928 from network:ldap
- use configure macro also for building the 2.3.37 version - use configure macro also for building the 2.3.37 version (forwarded request 223714 from oertel) OBS-URL: https://build.opensuse.org/request/show/225928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=101
This commit is contained in:
commit
71530a5c21
@ -3,6 +3,11 @@ Tue Feb 18 14:39:07 UTC 2014 - ckornacker@suse.com
|
||||
|
||||
- Fix systemd service installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 18:55:40 CET 2014 - ro@suse.de
|
||||
|
||||
- use configure macro also for building the 2.3.37 version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 11:24:08 UTC 2014 - varkoly@suse.com
|
||||
|
||||
|
@ -273,13 +273,14 @@ make %{?jobs:-j%jobs}
|
||||
# to be able to update existing databases
|
||||
cd ../openldap-2.3.37
|
||||
%{?suse_update_config:%{suse_update_config -f build}}
|
||||
# update config.sub for recent architectures
|
||||
cp -a ../openldap-%{version_main}/build/config.sub build/config.sub
|
||||
libtoolize --force
|
||||
#aclocal -I build
|
||||
autoreconf
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONNECTIONLESS"
|
||||
./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var/run/slapd --libexecdir=/usr/lib/openldap \
|
||||
--libdir=%{_libdir} --mandir=%{_mandir} --enable-aci \
|
||||
%configure --localstatedir=/var/run/slapd --libexecdir=/usr/lib/openldap \
|
||||
--enable-aci \
|
||||
--enable-hdb --enable-bdb --enable-ldbm --enable-crypt \
|
||||
--enable-ipv6=no \
|
||||
--enable-ldap --enable-monitor --enable-meta --enable-rewrite \
|
||||
|
@ -3,6 +3,11 @@ Tue Feb 18 14:39:07 UTC 2014 - ckornacker@suse.com
|
||||
|
||||
- Fix systemd service installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 18:55:40 CET 2014 - ro@suse.de
|
||||
|
||||
- use configure macro also for building the 2.3.37 version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 11:24:08 UTC 2014 - varkoly@suse.com
|
||||
|
||||
|
@ -273,13 +273,14 @@ make %{?jobs:-j%jobs}
|
||||
# to be able to update existing databases
|
||||
cd ../openldap-2.3.37
|
||||
%{?suse_update_config:%{suse_update_config -f build}}
|
||||
# update config.sub for recent architectures
|
||||
cp -a ../openldap-%{version_main}/build/config.sub build/config.sub
|
||||
libtoolize --force
|
||||
#aclocal -I build
|
||||
autoreconf
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONNECTIONLESS"
|
||||
./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var/run/slapd --libexecdir=/usr/lib/openldap \
|
||||
--libdir=%{_libdir} --mandir=%{_mandir} --enable-aci \
|
||||
%configure --localstatedir=/var/run/slapd --libexecdir=/usr/lib/openldap \
|
||||
--enable-aci \
|
||||
--enable-hdb --enable-bdb --enable-ldbm --enable-crypt \
|
||||
--enable-ipv6=no \
|
||||
--enable-ldap --enable-monitor --enable-meta --enable-rewrite \
|
||||
|
Loading…
Reference in New Issue
Block a user