[Bug 225253] Merge Review: apr

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 9 11:56:01 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: apr


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225253





------- Additional Comments From rdieter at math.unl.edu  2007-04-09 07:55 EST -------
I noticed the 
# Trim exported dependencies 
section, but it only touched *.la files and *-config, but not *.pc, this patch
effectively does that for the included pkgconfig file (which can/should be
upstreamed):

--- apr-1.2.8/apr.pc.in.private 2007-04-09 06:50:37.000000000 -0500
+++ apr-1.2.8/apr.pc.in 2007-04-09 06:52:21.000000000 -0500
@@ -8,5 +8,6 @@
 Name: APR
 Description: The Apache Portable Runtime library
 Version: @APR_DOTTED_VERSION@
-Libs: -L${libdir} -l at APR_LIBNAME@ @EXTRA_LIBS@
+Libs: -L${libdir} -l at APR_LIBNAME@
+Libs.private: @EXTRA_LIBS@
 Cflags: ${CPPFLAGS} @EXTRA_CFLAGS@ -I${includedir}


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list