mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
app-misc/cmd-timer: apply upstream -lrt patch instead of changing $LDFLAGS
flag-o-matic `append-ldflags -lrt` throws a QA warning. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -46,7 +46,6 @@ if [ "${PV}" != "9999" ]; then
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
export LDFLAGS="${LDFLAGS} -lrt"
|
||||
use static && export LDSTATIC=-static
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user