aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chicken
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-09-15 16:01:38 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-17 09:35:45 +0200
commit6e76babf45419da6a5473ea235a55fd36239e8e0 (patch)
tree0bc6ae1095a924978c32ebb14ebc1093a1a6dca6 /testing/chicken
parent947b8868dcddf7c3a664a5b613845076fa617f10 (diff)
downloadaports-6e76babf45419da6a5473ea235a55fd36239e8e0.tar.bz2
aports-6e76babf45419da6a5473ea235a55fd36239e8e0.tar.xz
main/openvpn: upgrade to 2.3.8
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 \