liblouis: fix glibc cross.

This commit is contained in:
Leah Neukirchen 2017-08-30 14:29:53 +02:00
parent 3b6b61ed32
commit 62f5cb74b8

View file

@ -16,6 +16,11 @@ distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkg
checksum=c07d8232959bbe4f4a1bdc597a6aa228753526b47f2064bd119754da6cfd6f85
pycompile_module='louis'
case "$XBPS_TARGET_MACHINE" in
*-musl) ;;
*) configure_args+=" gl_cv_func_getopt_gnu=yes";;
esac
# See my commentary in patches/crosspython.patch
# for justification of pre_build:
pre_build() {