mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
tsock: Make use of LDFLAGS
Fix the QA warning: WARNING: tsocks-1.8beta5-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/opt/build-intel-x86/tmp/work/core2-64-linux/tsocks/1.8beta5-r0/packages-split/tsocks/usr/lib64/libtsocks.so.1.8' [ldflags] Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
e4790ec212
commit
48bbeb3dab
@@ -23,3 +23,6 @@ S = "${WORKDIR}/tsocks-1.8"
|
||||
FILES_${PN} = "${libdir}/* ${bindir}/tsocks"
|
||||
FILES_${PN}-dev = ""
|
||||
INSANE_SKIP_${PN} = "dev-so"
|
||||
|
||||
EXTRA_OEMAKE = "SHCC='${CC} -fPIC ${LDFLAGS}'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user