aboutsummaryrefslogtreecommitdiffstats
path: root/package/isakmpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-12 13:43:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-12 13:43:59 +0000
commit292d583544e86e370d4037e624ac10b232fd3467 (patch)
tree8fea5c9c07a7497e024928fc10d5e9844dca448b /package/isakmpd
parenteae69f1e8339af2cb75763e69fc88bcb58e60031 (diff)
downloadmaster-187ad058-292d583544e86e370d4037e624ac10b232fd3467.tar.gz
master-187ad058-292d583544e86e370d4037e624ac10b232fd3467.tar.bz2
master-187ad058-292d583544e86e370d4037e624ac10b232fd3467.zip
remove a hack that is no longer necessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7943 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 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)"