blob: 410623fab2b015e0e3e821aaee3b24bb1d9d02a3 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Don't put LDFLAGS into the Libs.private, all it generally contains is a linker
2hash selection (harmless) and the absolute path to the libdir in the sysroot
3(actively harmful).
4
5Upstream-Status: Pending
6Signed-off-by: Ross Burton <ross.burton@intel.com>
7
8diff --git a/scripts/rpm.pc.in b/scripts/rpm.pc.in
9index 8293471..2ea469c 100644
10--- a/scripts/rpm.pc.in
11+++ b/scripts/rpm.pc.in
12@@ -17 +17 @@ Libs: -L${libdir} -lrpmbuild${suffix} -lrpm${suffix} -lrpmdb${suffix} -lrpmio${s
13-Libs.private: @LDFLAGS@ @LIBS@
14+Libs.private: @LIBS@