From: Felix Fietkau Date: Thu, 12 Jul 2007 13:43:59 +0000 (+0000) Subject: remove a hack that is no longer necessary X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=13c862a0d5ea08c115b9bbfbdec6acdffb401d94;p=openwrt%2Fstaging%2Fwigyori.git remove a hack that is no longer necessary SVN-Revision: 7943 --- diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile index 9229449148..4214fdb96c 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) -j1 \ + $(TARGET_CONFIGURE_OPTS) \ LINUX_DIR="$(LINUX_DIR)" \ EXTRA_CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/openssl -I$(STAGING_DIR)/usr/include/keynote" \ EXTRA_LDFLAGS="$(TARGET_LDFLAGS)"