grep: fix build with gcc6

This commit is contained in:
Juergen Buchmueller 2016-09-12 14:52:33 +02:00
parent 75b7a40fa0
commit 03bfa64eac

View file

@ -1,8 +1,9 @@
# Template build file for 'grep'.
pkgname=grep
version=2.25
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config gettext-devel"
makedepends="pcre-devel"
short_desc="The GNU grep utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -10,3 +11,7 @@ license="GPL-3"
homepage="http://www.gnu.org/software/grep/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830
pre_configure() {
autoreconf -fi
}