Force 1 job at-a-time for isakmpd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7510 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-06-06 15:04:17 +00:00
parent 7acfc24a02
commit d7d870bb6f
1 changed files with 1 additions and 1 deletions

View File

@ -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)"