aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base/APKBUILD
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-10-09 23:55:01 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-10-19 15:16:04 +0300
commit725c58c22e8e2a6b91150cb3e42c043e2e7423ae (patch)
tree641e70de994debedab59b6da4be8d3af54ec468e /main/build-base/APKBUILD
parent01ae13d188cafc19691518a4814372729dec9877 (diff)
downloadaports-cross.tar.bz2
aports-cross.tar.xz
package cross-compilerscross
Diffstat (limited to 'main/build-base/APKBUILD')
-rw-r--r--main/build-base/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD
index 01b89d94c2..a2ea32ebeb 100644
--- a/main/build-base/APKBUILD
+++ b/main/build-base/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.5
-pkgrel=1
+pkgrel=2
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
depends="binutils file gcc g++ make libc-dev fortify-headers"
@@ -12,7 +12,7 @@ if [ "$CHOST" != "$CTARGET" ]; then
fi
arch="noarch"
license=none
-options="!check"
+options="!check toolchain"
build() {
: