diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-06 15:04:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-06 15:04:17 +0000 |
commit | d7d870bb6f5eb5d5061917f760bfa41607280720 (patch) | |
tree | 74746b2e8bd01632f9a2bb525f8bd7867126c623 /package/isakmpd/Makefile | |
parent | 7acfc24a028f8602275c4928a52a6e41f1ec930d (diff) | |
download | master-187ad058-d7d870bb6f5eb5d5061917f760bfa41607280720.tar.gz master-187ad058-d7d870bb6f5eb5d5061917f760bfa41607280720.tar.bz2 master-187ad058-d7d870bb6f5eb5d5061917f760bfa41607280720.zip |
Force 1 job at-a-time for isakmpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7510 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/isakmpd/Makefile')
-rw-r--r-- | package/isakmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile index 4214fdb96c..9229449148 100644 --- a/package/isakmpd/Makefile +++ b/package/isakmpd/Makefile @@ -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)" |