projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae69f1
)
remove a hack that is no longer necessary
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Jul 2007 13:43:59 +0000
(13:43 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Jul 2007 13:43:59 +0000
(13:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7943
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/isakmpd/Makefile
patch
|
blob
|
history
diff --git
a/package/isakmpd/Makefile
b/package/isakmpd/Makefile
index
9229449
..
4214fdb
100644
(file)
--- 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)"