All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] pam-passwedqc: Obey exported LDFLAGS
@ 2016-09-27  8:00 Adrian Dudau
  2016-09-27  8:00 ` [meta-oe][PATCH 2/2] " Adrian Dudau
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Dudau @ 2016-09-27  8:00 UTC (permalink / raw)
  To: openembedded-devel

This avoids a "QA Issue: No GNU_HASH in the elf binary"

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
---
 meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
index 4233ba4..cb9aa22 100644
--- a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
+++ b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
@@ -27,6 +27,8 @@ EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -Wall -fPIC -DHAVE_SHADOW" \
     SECUREDIR=${base_libdir}/security \
 "
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_install() {
     oe_runmake install DESTDIR=${D}
 }
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-oe][PATCH 2/2] pam-passwedqc: Obey exported LDFLAGS
  2016-09-27  8:00 [meta-oe][PATCH 1/2] pam-passwedqc: Obey exported LDFLAGS Adrian Dudau
@ 2016-09-27  8:00 ` Adrian Dudau
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Dudau @ 2016-09-27  8:00 UTC (permalink / raw)
  To: openembedded-devel

This avoids a "QA Issue: No GNU_HASH in the elf binary"

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
index 37b5fef..6bd6118 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
@@ -39,6 +39,8 @@ S = "${WORKDIR}/git"
 
 PV = "0.5.0+git${@'${SRCPV}'.split('+')[-1]}"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 # The exact version of SYSTEMD does not matter but should be greater than 209.
 #
 EXTRA_OEMAKE = 'MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-27  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-27  8:00 [meta-oe][PATCH 1/2] pam-passwedqc: Obey exported LDFLAGS Adrian Dudau
2016-09-27  8:00 ` [meta-oe][PATCH 2/2] " Adrian Dudau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.