gzip: fix for i686-musl
This commit is contained in:
parent
5c3096a0a8
commit
ffe15f30ec
@ -1,7 +1,6 @@
|
||||
# Template file for 'gzip'
|
||||
pkgname=gzip
|
||||
# Template file for 'gzip' pkgname=gzip
|
||||
version=1.8
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
@ -10,3 +9,7 @@ homepage="http://www.gnu.org/software/gzip/"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=ff1767ec444f71e5daf8972f6f8bf68cfcca1d2f76c248eb18e8741fc91dbbd3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args+=" DEFS=NO_ASM gl_cv_func_fflush_stdin=yes" ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user