1
0
forked from pool/openldap2

Accepting request 62461 from network:ldap:OpenLDAP:RE24

OBS-URL: https://build.opensuse.org/request/show/62461
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=66
This commit is contained in:
Ralf Haferkamp
2011-03-02 10:41:54 +00:00
committed by Git OBS Bridge
parent b31d8853df
commit 24a254134d
4 changed files with 20 additions and 27 deletions

View File

@@ -33,11 +33,11 @@ BuildRequires: db-devel openslp-devel tcpd-devel unixODBC-devel
%if %sles_version == 9 || %sles_version == 10
BuildRequires: -db-devel libdb-4_5-devel
%endif
Group: Productivity/Networking/LDAP/Clients
Group: Productivity/Networking/LDAP/Servers
Conflicts: openldap
Requires: libldap-2_4-2 = %{version}
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd /usr/sbin/groupadd /usr/bin/grep
Summary: The OpenLDAP commandline client tools
Summary: The OpenLDAP Server
%else
Group: Productivity/Networking/LDAP/Clients
Conflicts: openldap-client
@@ -274,7 +274,7 @@ cd ../openldap-2.3.37
libtoolize --force
#aclocal -I build
autoreconf
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED"
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDAP_DEPRECATED"
./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
--localstatedir=/var/run/slapd --libexecdir=/usr/lib/openldap \
--libdir=%{_libdir} --mandir=%{_mandir} --enable-aci \