Add comments to patch-aa from commit logs.

This commit is contained in:
obache 2013-12-10 08:27:06 +00:00
parent 78c03e04cb
commit 62963ded6a
2 changed files with 10 additions and 3 deletions

View file

@ -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

View file

@ -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