summaryrefslogtreecommitdiffstats
path: root/debian/patches/fix-apr.pc.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:23:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:23:09 +0000
commit2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0 (patch)
tree4358ff30f29d4cacb2992ec6b4fce360dace2853 /debian/patches/fix-apr.pc.patch
parentAdding upstream version 1.7.2. (diff)
downloadapr-2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0.tar.xz
apr-2b1bf113c14ff001ed6ba4fc8b09c72a1bcfd6b0.zip
Adding debian version 1.7.2-3.debian/1.7.2-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/fix-apr.pc.patch')
-rw-r--r--debian/patches/fix-apr.pc.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/fix-apr.pc.patch b/debian/patches/fix-apr.pc.patch
new file mode 100644
index 0000000..890b514
--- /dev/null
+++ b/debian/patches/fix-apr.pc.patch
@@ -0,0 +1,20 @@
+From: <tfheen@debian.org>
+Subject: No description.
+
+---
+ apr.pc.in | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+Index: apr/apr.pc.in
+===================================================================
+--- apr.orig/apr.pc.in
++++ apr/apr.pc.in
+@@ -7,5 +7,6 @@
+ Name: APR
+ Description: The Apache Portable Runtime library
+ Version: @APR_DOTTED_VERSION@
+-Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
+-Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}
++Libs: -L${libdir} -l@APR_LIBNAME@
++Libs.private: @EXTRA_LIBS@
++Cflags: @EXTRA_CPPFLAGS@ -I${includedir}