summaryrefslogtreecommitdiffstats
path: root/main/heimdal
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-23 11:23:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-23 11:23:31 +0000
commite33b32283ce5d5d2a9411c26c75efd01179c2268 (patch)
treeab1fd2b8520f83d31fe589eba0526c3b8d024bd7 /main/heimdal
parent519ca2c6ef7af60101b9f4837a9062738815224e (diff)
downloadaports-e33b32283ce5d5d2a9411c26c75efd01179c2268.tar.bz2
aports-e33b32283ce5d5d2a9411c26c75efd01179c2268.tar.xz
main/heimdal: 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 f40abb61b..381803ffa 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_err.h || return 1
+ make -C lib/kadm5 kadm5-protos.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