Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
grep
Commits:
b9493931 by Christian Hesse at 2026-01-06T18:04:04+01:00
disable gcc warnings
Looks like GNU project is expecting us to do that...
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -43,7 +43,8 @@ build() {
cd "${pkgname}"
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --disable-gcc-warnings
make
# Generate grep mo files from dist tarball
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/b9493931f43169876d3fc9b9088a9a7116495f37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/b9493931f43169876d3fc9b9088a9a7116495f37
You're receiving this email because of your account on gitlab.archlinux.org.