environment: override gettext tests for musl.

This commit is contained in:
Juan RP 2015-05-21 11:47:46 +02:00
parent c1a85e0fb4
commit fefa330484
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Force detection of musl's gettext
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_gnugettext2_libc=yes
gt_cv_func_gnugettext3_libc=yes

View File

@ -30,6 +30,7 @@ set -a
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
# musl libc # musl libc
*-musl) . ${_AUTOCONFCACHEDIR}/common-linux *-musl) . ${_AUTOCONFCACHEDIR}/common-linux
. ${_AUTOCONFCACHEDIR}/musl-linux
;; ;;
# gnu libc # gnu libc
*) . ${_AUTOCONFCACHEDIR}/common-linux *) . ${_AUTOCONFCACHEDIR}/common-linux