rpms/libapreq2/devel libapreq2-2.09-avoid_ldap.patch, NONE, 1.1 libapreq2.spec, 1.40, 1.41

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Mon Jul 7 22:22:09 UTC 2008


Author: bojan

Update of /cvs/pkgs/rpms/libapreq2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32697

Modified Files:
	libapreq2.spec 
Added Files:
	libapreq2-2.09-avoid_ldap.patch 
Log Message:
Add patch to use --avoid-ldap with apu-1-config.

libapreq2-2.09-avoid_ldap.patch:

--- NEW FILE libapreq2-2.09-avoid_ldap.patch ---
--- acinclude.m4.orig	2008-07-08 08:17:02.000000000 +1000
+++ acinclude.m4	2008-07-08 08:17:40.000000000 +1000
@@ -168,10 +168,10 @@
         dnl provide identical dependency names: libexpat.so.0  
         dnl (possible multiple inclusion of the same file)
         if test "x$OS" = "xsolaris"; then
-            APU_LIBS=`$APU_CONFIG --libs | $PERL -pe 's,-lexpat,,'`
+            APU_LIBS=`$APU_CONFIG --avoid-ldap --libs | $PERL -pe 's,-lexpat,,'`
             APR_ADDTO([APR_LIBS], "$APU_LIBS")
         else
-            APR_ADDTO([APR_LIBS], "`$APU_CONFIG --libs`")
+            APR_ADDTO([APR_LIBS], "`$APU_CONFIG --avoid-ldap --libs`")
         fi
 
         APR_ADDTO([APR_LDFLAGS], "`$APU_CONFIG --link-ld --ldflags`")


Index: libapreq2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libapreq2/devel/libapreq2.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- libapreq2.spec	5 Jun 2008 00:31:17 -0000	1.40
+++ libapreq2.spec	7 Jul 2008 22:21:13 -0000	1.41
@@ -2,7 +2,7 @@
 
 Name:           libapreq2
 Version:        2.09
-Release:        0.17.rc2%{?dist}
+Release:        0.18.rc2%{?dist}
 Summary:        Apache HTTP request library
 
 Group:          System Environment/Libraries
@@ -16,6 +16,7 @@
 Patch2:         %{name}-2.09-version_check.patch
 Patch3:         %{name}-2.09-pkgconfig.patch
 Patch4:         %{name}-2.09-Makefile_PL.patch
+Patch5:         %{name}-2.09-avoid_ldap.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  httpd-devel >= 2.0.48
@@ -92,6 +93,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 # Fix multilib
 sed -i -e 's,^libdir=.*,libdir=`pkg-config --variable=libdir %{name}`,' \
@@ -174,6 +176,9 @@
 
 
 %changelog
+* Tue Jul  8 2008 Bojan Smojver <bojan at rexursive.com> - 2.09-0.18.rc2
+- add patch to use --avoid-ldap with apu-1-config
+
 * Thu Jun  5 2008 Bojan Smojver <bojan at rexursive.com> - 2.09-0.17.rc2
 - bump to re-tag
 




More information about the fedora-extras-commits mailing list