whois: unbreak musl build (take 2).

This commit is contained in:
Juan RP 2015-05-20 07:59:48 +02:00
parent 608af000be
commit 64f9502f46
1 changed files with 1 additions and 1 deletions

View File

@ -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