summaryrefslogtreecommitdiffstats
path: root/abs/core/apr/omit_extra_libs.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-26 16:37:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-26 16:37:24 (GMT)
commit8214664932567081a777b202c0ea4a41dd9fd48e (patch)
tree6b8869a8d8299e8dd81a0ae5428ae13b61c9228d /abs/core/apr/omit_extra_libs.patch
parent00b8ce4cf699c6825757c077e2c58469b5b30f8d (diff)
downloadlinhes_pkgbuild-8214664932567081a777b202c0ea4a41dd9fd48e.zip
linhes_pkgbuild-8214664932567081a777b202c0ea4a41dd9fd48e.tar.gz
linhes_pkgbuild-8214664932567081a777b202c0ea4a41dd9fd48e.tar.bz2
apr: update to 1.6.3
Diffstat (limited to 'abs/core/apr/omit_extra_libs.patch')
-rw-r--r--abs/core/apr/omit_extra_libs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core/apr/omit_extra_libs.patch b/abs/core/apr/omit_extra_libs.patch
new file mode 100644
index 0000000..524602e
--- /dev/null
+++ b/abs/core/apr/omit_extra_libs.patch
@@ -0,0 +1,20 @@
+From: Stefan Fritsch <sf@debian.org>
+Subject: #463399
+
+---
+ apr-config.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: apr/apr-config.in
+===================================================================
+--- apr.orig/apr-config.in
++++ apr/apr-config.in
+@@ -36,7 +36,7 @@
+ CPPFLAGS="@EXTRA_CPPFLAGS@"
+ CFLAGS="@EXTRA_CFLAGS@"
+ LDFLAGS="@EXTRA_LDFLAGS@"
+-LIBS="@EXTRA_LIBS@"
++LIBS=""
+ EXTRA_INCLUDES="@EXTRA_INCLUDES@"
+ SHLIBPATH_VAR="@shlibpath_var@"
+ APR_SOURCE_DIR="$(cd @installbuilddir@/.. ; pwd)"