Force 1 job at-a-time for isakmpd
SVN-Revision: 7510
This commit is contained in:
parent
6cdb14b689
commit
86a9f7bd53
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ endef
|
|||
define Build/Compile
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_OPTS) -j1 \
|
||||
LINUX_DIR="$(LINUX_DIR)" \
|
||||
EXTRA_CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/openssl -I$(STAGING_DIR)/usr/include/keynote" \
|
||||
EXTRA_LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
|
Loading…
Reference in a new issue