summarylogtreecommitdiffstats
path: root/omit_extra_libs.patch
diff options
context:
space:
mode:
authorfftmp2022-10-19 20:09:41 +0400
committerfftmp2022-10-19 23:37:11 +0400
commita656c708c389c045d0f073ccd2326d7803c9068d (patch)
tree8e76c5ed68627d1349b575c15ce723da76e13e9f /omit_extra_libs.patch
downloadaur-a656c708c389c045d0f073ccd2326d7803c9068d.tar.gz
based on PKGBUILD from stable 1.7 version
Diffstat (limited to 'omit_extra_libs.patch')
-rw-r--r--omit_extra_libs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/omit_extra_libs.patch b/omit_extra_libs.patch
new file mode 100644
index 000000000000..524602e8ca4d
--- /dev/null
+++ b/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)"