From 8d59a683e1c4b3992236914ca7f604d1ab54cac9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 7 Jul 2010 09:48:06 +0000 Subject: testing/kamailio: build fix try work around paralell build issue? --- testing/kamailio/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testing/kamailio') diff --git a/testing/kamailio/APKBUILD b/testing/kamailio/APKBUILD index ba63dfe0dc..fe066f4663 100644 --- a/testing/kamailio/APKBUILD +++ b/testing/kamailio/APKBUILD @@ -63,7 +63,11 @@ prepare() { build() { cd "$_builddir" - make LOCALBASE=/usr \ + + # workaround parallel build issue + make -C lib/kcore strcommon.o || return 1 + + make LOCALBASE=/usr \ cfg_target=/etc/kamailio/ \ MODS_MYSQL=yes \ MODS_PCRE=yes \ -- cgit v1.2.3