summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/kamailio/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/kamailio/APKBUILD b/testing/kamailio/APKBUILD
index ba63dfe0d..fe066f466 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 \