mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
whois: unbreak musl build.
This commit is contained in:
parent
ea3f587257
commit
608af000be
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=f053ebe766f7a6f42859e6a4abd3f18741f9788aaeb1b129c3c8de95085635da
|
checksum=f053ebe766f7a6f42859e6a4abd3f18741f9788aaeb1b129c3c8de95085635da
|
||||||
|
|
||||||
do_build() {
|
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
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue