mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-30 01:18:41 +01:00
pingus: pass LDFLAGS to scons
fixes WARNING: pingus-0.7.6-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/pingus/0.7.6-r0/packages-split/pingus/usr/bin/pingus' [ldflags] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ SRC_URI = "\
|
||||
file://pingus.png \
|
||||
"
|
||||
|
||||
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC'"
|
||||
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC' LINKFLAGS='${LDFLAGS}'"
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user