app-text/lowdown-0.8.4: Respect LDFLAGS (bug #783393)

Also don't directly call ar, and fix musl support.

Closes: https://bugs.gentoo.org/783393
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2021-04-17 15:39:11 -07:00
parent 1fa08d9d20
commit c8f4de8531

View File

@@ -28,6 +28,10 @@ src_configure() {
CC="$(tc-getCC)" ./configure || die "./configure failed"
}
src_compile() {
emake LDFLAGS="${LDFLAGS}" AR="$(tc-getAR)" $(usex elibc_musl UTF8_LOCALE=C.UTF-8 '')
}
src_test() {
emake regress
}