SPECS: openldap.spec - added -pie and -gethostbyXXXX_r patches fro...

baggins baggins at pld-linux.org
Fri Nov 2 20:59:07 CET 2007


Author: baggins                      Date: Fri Nov  2 19:59:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -pie and -gethostbyXXXX_r patches from FC
- BR: libicu-devel
- fix uber-stupid copy-pasto

---- Files affected:
SPECS:
   openldap.spec (1.263 -> 1.264) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.263 SPECS/openldap.spec:1.264
--- SPECS/openldap.spec:1.263	Fri Nov  2 17:41:51 2007
+++ SPECS/openldap.spec	Fri Nov  2 20:59:02 2007
@@ -56,6 +56,8 @@
 Patch14:	%{name}-nosql.patch
 Patch15:	%{name}-smbk5pwd.patch
 Patch16:	%{name}-ldapc++.patch
+Patch17:	%{name}-pie.patch
+Patch18:	%{name}-gethostbyXXXX_r.patch
 # Patch for the evolution library
 Patch100:	%{name}-ntlm.diff
 URL:		http://www.openldap.org/
@@ -63,6 +65,7 @@
 BuildRequires:	automake
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel >= 2.1.15}
 BuildRequires:	gmp-devel
+BuildRequires:	libicu-devel
 BuildRequires:	libltdl-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 1:1.4.2-9
@@ -776,6 +779,8 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
 
 ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays/smbk5pwd.c
 cd ..
@@ -806,6 +811,8 @@
 
 
 ../dist/%configure \
+	--disable-compat185 \
+	--disable-dump185 \
 	--disable-java \
 	--disable-tcl \
 	--disable-cxx \
@@ -859,13 +866,26 @@
 	--disable-slp \
 %endif
 	--enable-wrappers \
-	--enable-backands=no \
-	--enable-overlays=no \
+	--enable-bdb=mod \
+	--enable-dnssrv=mod \
+	--enable-hdb=mod \
+	--enable-ldap=mod \
+	--enable-meta=mod \
+	--enable-monitor=mod \
+	--enable-null \
+	--enable-passwd=mod \
+%if %{with perl}
+	--enable-perl=mod \
+%endif
+	--enable-relay=mod \
+	--enable-shell=mod \
 %if %{with odbc}
+	--enable-sql=mod \
 	--with-odbc=unixodbc \
 %else
 	--with-odbc=no \
 %endif
+	--enable-overlays=mod \
 	--with-threads \
 	--with-tls \
 	--with-yielding-select \
@@ -926,26 +946,13 @@
 	--disable-slp \
 %endif
 	--enable-wrappers \
-	--enable-bdb=mod \
-	--enable-dnssrv=mod \
-	--enable-hdb=mod \
-	--enable-ldap=mod \
-	--enable-meta=mod \
-	--enable-monitor=mod \
-	--enable-null \
-	--enable-passwd=mod \
-%if %{with perl}
-	--enable-perl=mod \
-%endif
-	--enable-relay=mod \
-	--enable-shell=mod \
+	--enable-backands=no \
+	--enable-overlays=no \
 %if %{with odbc}
-	--enable-sql=mod \
 	--with-odbc=unixodbc \
 %else
 	--with-odbc=no \
 %endif
-	--enable-overlays=mod \
 	--with-threads \
 	--with-tls \
 	--with-yielding-select \
@@ -1517,6 +1524,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.264  2007/11/02 19:59:02  baggins
+- added -pie and -gethostbyXXXX_r patches from FC
+- BR: libicu-devel
+- fix uber-stupid copy-pasto
+
 Revision 1.263  2007/11/02 16:41:51  baggins
 - build private DB to isolate OpenLDAP from any future changes
   to the system-wide Berkeley DB library.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.263&r2=1.264&f=u



More information about the pld-cvs-commit mailing list