summaryrefslogtreecommitdiffstats
path: root/package/isakmpd
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-06 15:04:17 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-06 15:04:17 +0000
commit4fa29882b54a750c3caba81064f28df31fcd32f2 (patch)
tree74746b2e8bd01632f9a2bb525f8bd7867126c623 /package/isakmpd
parentf728d570eb4a1c5ea8ee6ee5645a3a707d9245c6 (diff)
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')
-rw-r--r--package/isakmpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile
index 4214fdb96..922944914 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)"