mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/openswan: fix parallel build
Fixes: http://autobuild.buildroot.org/results/2ec/2ecb098b01bd44d75182b15f98c1fd2a8c927438/ http://autobuild.buildroot.org/results/18f/18f0166f3fa831f321818e286d9c2e9037f8c8d0/ ... Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ec9e34c9bb
commit
931ee9c1ae
@ -29,12 +29,12 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define OPENSWAN_BUILD_CMDS
|
define OPENSWAN_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
|
||||||
$(OPENSWAN_MAKE_OPTS) programs
|
$(OPENSWAN_MAKE_OPTS) programs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define OPENSWAN_INSTALL_TARGET_CMDS
|
define OPENSWAN_INSTALL_TARGET_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) \
|
||||||
$(OPENSWAN_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
$(OPENSWAN_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user