aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chicken
diff options
context:
space:
mode:
Diffstat (limited to 'testing/chicken')
-rw-r--r--testing/chicken/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/chicken/APKBUILD b/testing/chicken/APKBUILD
index b4fcaaa46..4a70fe0e7 100644
--- a/testing/chicken/APKBUILD
+++ b/testing/chicken/APKBUILD
@@ -14,7 +14,9 @@ install=""
subpackages="$pkgname-doc $pkgname-libs $pkgname-dev"
source="http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz"
+_staticdir="$srcdir"/$pkgname-$pkgver-static
_builddir="$srcdir"/$pkgname-$pkgver
+
build() {
# chicken does not support parallel builds.
make -j1 PLATFORM=linux PREFIX=/usr \