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 | 86a9f7bd531b9c6460d9519a365bbee15354b3ca (patch) | |
tree | e32084f47a03bba315b587e606ba5abdd0adba74 /package/isakmpd | |
parent | 6cdb14b6895d5cb8182dee1ddeaa4b1b561aabc6 (diff) | |
download | upstream-86a9f7bd531b9c6460d9519a365bbee15354b3ca.tar.gz upstream-86a9f7bd531b9c6460d9519a365bbee15354b3ca.tar.bz2 upstream-86a9f7bd531b9c6460d9519a365bbee15354b3ca.zip |
Force 1 job at-a-time for isakmpd
SVN-Revision: 7510
Diffstat (limited to 'package/isakmpd')
-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)" |