packages: apr-util/apr-util.spec, apr-util/apr-util-flags.patch (NEW) - rel...

arekm arekm at pld-linux.org
Tue Aug 3 10:24:01 CEST 2010


Author: arekm                        Date: Tue Aug  3 08:24:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4; include apr include path in apu-1-config --includes since apr headers are used here

---- Files affected:
packages/apr-util:
   apr-util.spec (1.86 -> 1.87) , apr-util-flags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/apr-util/apr-util.spec
diff -u packages/apr-util/apr-util.spec:1.86 packages/apr-util/apr-util.spec:1.87
--- packages/apr-util/apr-util.spec:1.86	Mon May 31 16:11:24 2010
+++ packages/apr-util/apr-util.spec	Tue Aug  3 10:23:56 2010
@@ -27,7 +27,7 @@
 Summary(pl.UTF-8):	Biblioteka towarzysząca Apache Portable Runtime
 Name:		apr-util
 Version:	1.3.9
-Release:	3
+Release:	4
 Epoch:		1
 License:	Apache v2.0
 Group:		Libraries
@@ -37,6 +37,7 @@
 Patch1:		%{name}-config-noldap.patch
 Patch2:		%{name}-libtool.patch
 Patch3:		%{name}-db.patch
+Patch4:		%{name}-flags.patch
 URL:		http://apr.apache.org/
 BuildRequires:	apr-devel >= 1:1.3.0
 BuildRequires:	autoconf
@@ -215,6 +216,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -rf xml/expat
 
@@ -366,6 +368,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.87  2010/08/03 08:23:56  arekm
+- rel 4; include apr include path in apu-1-config --includes since apr headers are used here
+
 Revision 1.86  2010/05/31 14:11:24  sparky
 - space between % and macro name is not a good idea, fixed
 

================================================================
Index: packages/apr-util/apr-util-flags.patch
diff -u /dev/null packages/apr-util/apr-util-flags.patch:1.1
--- /dev/null	Tue Aug  3 10:24:01 2010
+++ packages/apr-util/apr-util-flags.patch	Tue Aug  3 10:23:56 2010
@@ -0,0 +1,10 @@
+--- apr-util-1.3.9/configure.in~	2010-08-03 10:09:13.537864637 +0200
++++ apr-util-1.3.9/configure.in	2010-08-03 10:17:48.184690019 +0200
+@@ -216,6 +216,7 @@
+ 
+ AC_SUBST(APRUTIL_EXPORT_LIBS)
+ AC_SUBST(APRUTIL_PRIV_INCLUDES)
++APRUTIL_INCLUDES="$APRUTIL_INCLUDES -I/usr/include/apr"
+ AC_SUBST(APRUTIL_INCLUDES)
+ AC_SUBST(APRUTIL_LDFLAGS)
+ AC_SUBST(APRUTIL_LIBS)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apr-util/apr-util.spec?r1=1.86&r2=1.87&f=u



More information about the pld-cvs-commit mailing list