mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-text/lchat: respect LDFLAGS
Closes: https://bugs.gentoo.org/932340 Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ DEPEND="${RDEPEND}"
|
||||
IUSE="+examples"
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" all $(usex examples filter/indent)
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" LIBS="-lgrapheme $LDFLAGS" all $(usex examples filter/indent)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user