diff options
-rw-r--r-- | main/gcc/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index ed8419b76e..66c699189b 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -7,8 +7,7 @@ _specs_gcc_ver=4.4.3 _uclibc_abiver=0.9.32 -_gccrel=$pkgver-r$pkgrel -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" @@ -69,6 +68,8 @@ source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2 gcc-go.patch " +_gccrel=$pkgver-r$pkgrel + # we build out-of-tree _gccdir="$srcdir"/gcc-$pkgver _builddir="$srcdir/build" |