summaryrefslogtreecommitdiffstats
path: root/main/heimdal
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-24 11:01:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-24 11:01:38 +0000
commit4e0630dc52931e1540107a6bb2650ae8eadac83c (patch)
treea16e7fb26ee5b930c29f7aee8f1e255bb3a4e3e9 /main/heimdal
parent270a04d1cebf2594c24dbeb6c1851e085895a498 (diff)
downloadaports-4e0630dc52931e1540107a6bb2650ae8eadac83c.tar.bz2
aports-4e0630dc52931e1540107a6bb2650ae8eadac83c.tar.xz
main/heimdal: yet another parallel build fix
Diffstat (limited to 'main/heimdal')
-rw-r--r--main/heimdal/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD
index 381803ffa..9fc75c669 100644
--- a/main/heimdal/APKBUILD
+++ b/main/heimdal/APKBUILD
@@ -67,7 +67,7 @@ build() {
# workarount a parallell build issue
make -C lib/asn1 der-protos.h der-private.h || return 1
- make -C lib/kadm5 kadm5-protos.h kadm5_err.h || return 1
+ make -C lib/kadm5 kadm5-protos.h kadm5-private.h kadm5_err.h || return 1
make -C lib/krb5 krb5-protos.h krb5-private.h krb5_err.h krb_err.h \
heim_err.h k524_err.h || return 1
make || return 1