]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- rel 4; include apr include path in apu-1-config --includes since apr headers are... auto/th/apr-util-1_3_9-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Aug 2010 08:23:56 +0000 (08:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util-flags.patch -> 1.1
    apr-util.spec -> 1.87

apr-util-flags.patch [new file with mode: 0644]
apr-util.spec

diff --git a/apr-util-flags.patch b/apr-util-flags.patch
new file mode 100644 (file)
index 0000000..c4c39ed
--- /dev/null
@@ -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)
index 000d2c432a04678db707b10c4d6e24931454fa46..f2e178e4632bd5be0e24aedba5888b2146956c25 100644 (file)
@@ -26,7 +26,7 @@ Summary:      A companion library to Apache Portable Runtime
 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
@@ -36,6 +36,7 @@ Patch0:               %{name}-link.patch
 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
@@ -214,6 +215,7 @@ Statyczna biblioteka apr-util.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 rm -rf xml/expat
 
This page took 0.115636 seconds and 4 git commands to generate.