This commit is contained in:
Befator 2025-10-22 00:19:20 +02:00
parent 42590830b4
commit a47c2cb477

View File

@ -2,7 +2,7 @@
pkgname=gzip
pkgver=1.14
pkgrel=1
pkgrel=2
pkgdesc="GNU compression utility"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gzip/"
@ -31,7 +31,8 @@ build() {
./configure \
--build=${CHOST} \
--prefix=/usr
--prefix=/usr \
gl_cv_clean_version_stddef=yes
make
}