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:
Haelwenn (lanodan) Monnier
2026-04-05 09:54:02 +02:00
parent 8ab42dbfa5
commit 240997e3bf
3 changed files with 32 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ if [ "${PV}" != "9999" ]; then
fi
src_configure() {
export LDFLAGS="${LDFLAGS} -lrt"
use static && export LDSTATIC=-static
}