[packages/apr] - updated to 1.5.0 - updated libtool patch
qboosh
qboosh at pld-linux.org
Fri Nov 22 17:39:28 CET 2013
commit 17d2dc7c013898c06184503a1b504fc8def7a7ca
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Nov 22 17:40:19 2013 +0100
- updated to 1.5.0
- updated libtool patch
apr-libtool.patch | 10 +++++-----
apr.spec | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/apr.spec b/apr.spec
index 233dded..2a47b36 100644
--- a/apr.spec
+++ b/apr.spec
@@ -5,13 +5,13 @@
Summary: Apache Portable Runtime
Summary(pl.UTF-8): Apache Portable Runtime - przenośna biblioteka uruchomieniowa
Name: apr
-Version: 1.4.8
+Version: 1.5.0
Release: 1
Epoch: 1
License: Apache v2.0
Group: Libraries
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
-# Source0-md5: ce2ab01a0c3cdb71cf0a6326b8654f41
+# Source0-md5: cc93bd2c12d0d037f68e21cc6385dc31
Patch0: %{name}-link.patch
Patch1: %{name}-libtool.patch
# disable some things that require recent kernel
diff --git a/apr-libtool.patch b/apr-libtool.patch
index a715463..6618972 100644
--- a/apr-libtool.patch
+++ b/apr-libtool.patch
@@ -1,17 +1,17 @@
must give hint to libtool which tag to use, in case we use ccache and then
libtool is unable to autodetect from $CC
---- apr-1.3.0/configure.in.orig 2008-06-16 22:57:25.596627316 +0200
-+++ apr-1.3.0/configure.in 2008-06-16 22:58:16.295519834 +0200
-@@ -197,9 +197,9 @@
+--- apr-1.5.0/configure.in.orig 2013-11-22 17:29:57.303051538 +0100
++++ apr-1.5.0/configure.in 2013-11-22 17:31:11.273048433 +0100
+@@ -280,9 +280,9 @@
[ use_libtool=$withval ], [ use_libtool="yes" ] )
if test "x$use_libtool" = "xyes"; then
- lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
+ lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) -o $@ -c $< && touch $@'
LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
-- link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(LT_LDFLAGS) \$(COMPILE) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
-+ link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(LT_LDFLAGS) \$(COMPILE) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
+- link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(COMPILE) \$(LT_LDFLAGS) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
++ link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(COMPILE) \$(LT_LDFLAGS) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
so_ext='lo'
lib_target='-rpath $(libdir) $(OBJECTS)'
export_lib_target='-rpath \$(libdir) \$(OBJECTS)'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apr.git/commitdiff/17d2dc7c013898c06184503a1b504fc8def7a7ca
More information about the pld-cvs-commit
mailing list