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

View file

@ -16,7 +16,7 @@ do_build() {
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) LDFLAGS+=" -lintl";; *-musl) LDFLAGS+=" -lintl";;
esac esac
make CC=$CC prefix=/usr HAVE_LIBIDN=1 make CC=$CC prefix=/usr HAVE_LIBIDN=1 LDFLAGS="$LDFLAGS"
} }
do_install() { do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois make prefix=/usr BASEDIR=${DESTDIR} install-whois