mirror of https://gitee.com/openkylin/apr.git
21 lines
578 B
Diff
21 lines
578 B
Diff
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}
|