mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/xcd-rgb: add -lm to LDFLAGS (glibc)
xcd.c:(.text+0x3d): undefined reference to `sin' Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -51,6 +51,7 @@ fi
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
export LDFLAGS="${LDFLAGS} -lm"
|
||||
use static && export LDSTATIC=-static
|
||||
}
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ fi
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
export LDFLAGS="${LDFLAGS} -lm"
|
||||
use static && export LDSTATIC=-static
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user