projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
standardize Makefile, change section from base to utils and category to "base system"
[openwrt.git]
/
package
/
ipsec-tools
/
Makefile
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
5d2b391
..
3548590
100644
(file)
--- a/
package/ipsec-tools/Makefile
+++ b/
package/ipsec-tools/Makefile
@@
-21,11
+21,12
@@
PKG_CAT:=bzcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
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/
@@
-71,6
+72,8
@@
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
);
endef
This page took
0.026637 seconds
and
4
git commands to generate.