From e428e6c5df2bf4a3c59227464550972b38846cae Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 26 Apr 2013 08:52:11 +0000 Subject: main/gcc: do not include the pkgrel in gcc -v It breaks building the gcc plugins for our linux-grsec kernel, the 3rd party mods By excluding the pkgrel from gcc -v we avoid needing to rebuild kernel every time we rebuild gcc. --- main/gcc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/gcc') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 42f5ed0ff6..70f8e8f9e6 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3 _uclibc_abiver=0.9.32 -pkgrel=5 +pkgrel=6 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" @@ -174,7 +174,7 @@ build() { --build=${CBUILD} \ --host=${CHOST} \ --target=${CTARGET} \ - --with-pkgversion="Alpine ${pkgver}-r${pkgrel}" \ + --with-pkgversion="Alpine ${pkgver}" \ --disable-altivec \ --disable-build-with-cxx \ --disable-checking \ -- cgit v1.2.3