summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch b/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
deleted file mode 100644
index 410623fab2..0000000000
--- a/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
+++ /dev/null
@@ -1,14 +0,0 @@
1Don'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@