liblouis: fix glibc cross.
This commit is contained in:
parent
3b6b61ed32
commit
62f5cb74b8
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue