[oe-commits] Ross Burton : rpm: don't put LDFLAGS into the .pc file

git at git.openembedded.org git at git.openembedded.org
Mon Mar 9 17:59:40 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: f50c4c4e26edeaf01393fe7a06c42f86fd4680a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f50c4c4e26edeaf01393fe7a06c42f86fd4680a5

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jan 22 17:31:45 2015 +0000

rpm: don't put LDFLAGS into the .pc file

The LDFLAGS are not generally useful with pkg-config and mean that the .pc file
contains references to the sysroot directory, so remove it.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch | 14 ++++++++++++++
 meta/recipes-devtools/rpm/rpm_5.4.14.bb                    |  1 +
 2 files changed, 15 insertions(+)

diff --git a/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch b/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
new file mode 100644
index 0000000..410623f
--- /dev/null
+++ b/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
@@ -0,0 +1,14 @@
+Don't put LDFLAGS into the Libs.private, all it generally contains is a linker
+hash selection (harmless) and the absolute path to the libdir in the sysroot
+(actively harmful).
+
+Upstream-Status: Pending
+Signed-off-by: Ross Burton <ross.burton at intel.com>
+
+diff --git a/scripts/rpm.pc.in b/scripts/rpm.pc.in
+index 8293471..2ea469c 100644
+--- a/scripts/rpm.pc.in
++++ b/scripts/rpm.pc.in
+@@ -17 +17 @@ Libs: -L${libdir} -lrpmbuild${suffix} -lrpm${suffix} -lrpmdb${suffix} -lrpmio${s
+-Libs.private: @LDFLAGS@ @LIBS@
++Libs.private: @LIBS@
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
index d99a300..03a24f0 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
@@ -95,6 +95,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e
 	   file://rpmqv_cc_b_gone.patch \
 	   file://rpm-realpath.patch \
 	   file://0001-using-poptParseArgvString-to-parse-the-_gpg_check_pa.patch \
+	   file://no-ldflags-in-pkgconfig.patch \
 	  "
 
 # Uncomment the following line to enable platform score debugging



More information about the Openembedded-commits mailing list