提交 76b3bb58 authored 作者: Mike Jerris's avatar Mike Jerris

FS-11494: [Debian] force build of iksemel before modules to avoid -j race…

FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build
上级 50032af9
...@@ -698,6 +698,9 @@ nodepends: .nodepends ...@@ -698,6 +698,9 @@ nodepends: .nodepends
yesdepends: yesdepends:
rm .nodepends rm .nodepends
iksemel-dep:
make -C src/mod/endpoints/mod_dingaling deps
core: $(switch_builddir)/modules.conf src/include/switch_version.h $(CORE_LIBS) core: $(switch_builddir)/modules.conf src/include/switch_version.h $(CORE_LIBS)
$(MAKE) $(AM_MAKEFLAGS) libfreeswitch.la $(MAKE) $(AM_MAKEFLAGS) libfreeswitch.la
......
...@@ -82,6 +82,8 @@ override_dh_auto_configure: .stamp-configure ...@@ -82,6 +82,8 @@ override_dh_auto_configure: .stamp-configure
.stamp-build: .stamp-configure .stamp-build: .stamp-configure
@$(call show_vars) @$(call show_vars)
make -j$(NJOBS) core
make iksemel-dep
make -j$(NJOBS) make -j$(NJOBS)
make -C libs/esl pymod make -C libs/esl pymod
make -C libs/esl perlmod make -C libs/esl perlmod
......
...@@ -20,3 +20,5 @@ BUILT_SOURCES=$(IKS_LA) ...@@ -20,3 +20,5 @@ BUILT_SOURCES=$(IKS_LA)
$(IKS_LA): $(IKS_BUILDDIR) $(IKS_DIR) $(IKS_DIR)/.update $(IKS_LA): $(IKS_BUILDDIR) $(IKS_DIR) $(IKS_DIR)/.update
@cd $(IKS_BUILDDIR) && $(MAKE) @cd $(IKS_BUILDDIR) && $(MAKE)
@$(TOUCH_TARGET) @$(TOUCH_TARGET)
deps: $(IKS_LA)
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论