projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add --enable-natt and --enable-dpd configuration options, closes #700
[openwrt.git]
/
package
/
ipsec-tools
/
Makefile
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
667884d
..
3548590
100644
(file)
--- a/
package/ipsec-tools/Makefile
+++ b/
package/ipsec-tools/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
@@
-14,12
+20,13
@@
PKG_CAT:=bzcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-include $(TOPDIR)/include/package.mk
+include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/kernel.mk
define Package/ipsec-tools
SECTION:=base
CATEGORY:=Network
define Package/ipsec-tools
SECTION:=base
CATEGORY:=Network
-DEPENDS:=@LINUX_2_6
+DEPENDS:=@LINUX_2_6
+libopenssl
TITLE:=IPsec management tools
DESCRIPTION:=IPsec management tools
URL:=http://ipsec-tools.sourceforge.net/
TITLE:=IPsec management tools
DESCRIPTION:=IPsec management tools
URL:=http://ipsec-tools.sourceforge.net/
@@
-65,11
+72,13
@@
define Build/Configure
--with-openssl="$(STAGING_DIR)/usr" \
--without-libradius \
--without-libpam \
--with-openssl="$(STAGING_DIR)/usr" \
--without-libradius \
--without-libpam \
+ --enable-dpd \
+ --enable-natt \
);
endef
define Build/Compile
);
endef
define Build/Compile
- $(call Build/Compile/Default,install)
+ $(call Build/Compile/Default,
DESTDIR="$(PKG_INSTALL_DIR)" all
install)
endef
define Package/ipsec-tools/install
endef
define Package/ipsec-tools/install
This page took
0.022083 seconds
and
4
git commands to generate.