diff options
Diffstat (limited to 'testing/kamailio/APKBUILD')
-rw-r--r-- | testing/kamailio/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ |