diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-07-30 19:18:46 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-07-30 19:18:46 -0500 |
commit | b9702c5e5818daa9425aca75ea4f3c60872bee04 (patch) | |
tree | 817e0c96eb852bbca759cd71926dbe5e0908e9c3 /testing/gcc | |
parent | 5d02c08eee85ccca39337e5bd986114970cca663 (diff) | |
download | aports-b9702c5e5818daa9425aca75ea4f3c60872bee04.tar.bz2 aports-b9702c5e5818daa9425aca75ea4f3c60872bee04.tar.xz |
testing/gcc: fix --with-pkgversion
Diffstat (limited to 'testing/gcc')
-rw-r--r-- | testing/gcc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gcc/APKBUILD b/testing/gcc/APKBUILD index a9600d2214..8496a78044 100644 --- a/testing/gcc/APKBUILD +++ b/testing/gcc/APKBUILD @@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3 _uclibc_abiver=0.9.32 -pkgrel=0 +pkgrel=1 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" @@ -165,7 +165,7 @@ build() { --build=${CBUILD} \ --host=${CHOST} \ --target=${CTARGET} \ - --with-pkgversion='Alpine' \ + --with-pkgversion="Alpine ${pkgver}-r${pkgrel}" \ --disable-altivec \ --disable-checking \ --disable-fixed-point \ |