You are overwriting $LDFLAGS
, leading to the following warning from namcap
:
dolphin-emu-git W: ELF file ('usr/bin/dolphin-emu') lacks FULL RELRO, check LDFLAGS.
In order to fix this, please change export LDFLAGS="-Wl,--copy-dt-needed-entries"
to export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
. This will keep the Arch LDFLAG's, while also getting that copy-dt-needed-entries.
Pinned Comments
dpeukert commented on 2020-04-10 12:34 (UTC) (edited on 2020-09-26 17:48 (UTC) by dpeukert)
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/dolphin-emu-git