Force 1 job at-a-time for isakmpd
authorFlorian Fainelli <florian@openwrt.org>
Wed, 6 Jun 2007 15:04:17 +0000 (15:04 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 6 Jun 2007 15:04:17 +0000 (15:04 +0000)
SVN-Revision: 7510

package/isakmpd/Makefile

index 4214fdb96c461162ad47bbeb575e302df0e5a54e..92294491481e4a17243bc075ada50e3005682768 100644 (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)"