summaryrefslogtreecommitdiff
path: root/devel/apr-util
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-10 08:27:06 +0000
committerobache <obache@pkgsrc.org>2013-12-10 08:27:06 +0000
commit62963ded6aef86c4ea6d7cc62d917115316a10d2 (patch)
tree141dcdb8b7e1503c8108ee5774996dafff444bca /devel/apr-util
parent78c03e04cbad14b72be186a275e0f93493532da4 (diff)
downloadpkgsrc-62963ded6aef86c4ea6d7cc62d917115316a10d2.tar.gz
Add comments to patch-aa from commit logs.
Diffstat (limited to 'devel/apr-util')
-rw-r--r--devel/apr-util/distinfo4
-rw-r--r--devel/apr-util/patches/patch-aa9
2 files changed, 10 insertions, 3 deletions
diff --git a/devel/apr-util/distinfo b/devel/apr-util/distinfo
index 54fcfa5351f..821c91b5d89 100644
--- a/devel/apr-util/distinfo
+++ b/devel/apr-util/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2013/12/10 05:47:59 obache Exp $
+$NetBSD: distinfo,v 1.18 2013/12/10 08:27:06 obache Exp $
SHA1 (apr-util-1.5.3.tar.bz2) = de0184ee03dfdc6dec4d013970d1862251e86925
RMD160 (apr-util-1.5.3.tar.bz2) = ec75523770f5e951c201d65ba313fa746546cc9a
Size (apr-util-1.5.3.tar.bz2) = 695303 bytes
-SHA1 (patch-aa) = a78d9a6a63d5b25133d8436e43f55487bee62c81
+SHA1 (patch-aa) = 350b4e8fb3097d4df597c284321ca5dc25ce015c
diff --git a/devel/apr-util/patches/patch-aa b/devel/apr-util/patches/patch-aa
index ff9a7cff8b5..2b9dcae6aa6 100644
--- a/devel/apr-util/patches/patch-aa
+++ b/devel/apr-util/patches/patch-aa
@@ -1,4 +1,11 @@
-$NetBSD: patch-aa,v 1.6 2013/12/10 05:47:59 obache Exp $
+$NetBSD: patch-aa,v 1.7 2013/12/10 08:27:06 obache Exp $
+
+* Use libtool in the wrapper directory instead of the one installed by
+ apr. Otherwise, dependency_libs in libaprutil-1.la is set incorrectly.
+
+ Don't let the build's LDFLAGS be polluted by what provides apr, because apr
+ doesn't know about all dependencies of apr-util. Otherwise the final binary
+ wouldn't have the proper RPATHs.
--- configure.orig 2013-11-13 16:41:32.000000000 +0000
+++ configure