mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2024-11-27 06:08:57 +00:00
544ab0e7a3
gpkg/apache2 gpkg/apr-util gpkg/apr gpkg/asciidoc gpkg/cmocka gpkg/docbook-xml gpkg/docbook-xsl gpkg/git gpkg/gtk-doc gpkg/json-c gpkg/libsasl gpkg/libsecret gpkg/libsodium gpkg/libtpms gpkg/libxss gpkg/mariadb gpkg/nano gpkg/openldap gpkg/postgresql gpkg/python-py3c gpkg/serf gpkg/subversion gpkg/swig gpkg/tk gpkg/tpm2-tss gpkg/unixodbc gpkg/utf8proc gpkg/file gpkg/less gpkg/libseccomp
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}
|