whois: unbreak musl build (take 2).
This commit is contained in:
parent
608af000be
commit
64f9502f46
|
@ -16,7 +16,7 @@ do_build() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) LDFLAGS+=" -lintl";;
|
||||
esac
|
||||
make CC=$CC prefix=/usr HAVE_LIBIDN=1
|
||||
make CC=$CC prefix=/usr HAVE_LIBIDN=1 LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
make prefix=/usr BASEDIR=${DESTDIR} install-whois
|
||||
|
|
Loading…
Reference in New Issue