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:
165859e
)
fix ipsec-tools (missing include, missing dependencies)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 30 Jul 2006 14:42:05 +0000
(14:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 30 Jul 2006 14:42:05 +0000
(14:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4327
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
5d2b391
..
c1fe597
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
+include $(INCLUDE_DIR)/kernel.mk
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/