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@xxxxxxxxxxxx 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@APR_LIBNAME@ @EXTRA_LIBS@ +Libs: -L${libdir} -l@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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review