From: nico Date: Sun, 22 May 2005 10:07:40 +0000 (+0000) Subject: Change openssl lib dependency from openssl to libopenssl X-Git-Tag: fast2504n-3.10.28-merged~24941 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=db6eb93cc9b05b54a9405e47d32f9b9b21852fb2;p=openwrt.git Change openssl lib dependency from openssl to libopenssl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in index 3a3c15eb75..e84dccb94f 100644 --- a/openwrt/package/openvpn/Config.in +++ b/openwrt/package/openvpn/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_OPENVPN tristate "openvpn - Open source VPN solution using SSL" default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_TUN - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL help Open Source VPN solution using SSL diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index f6f8c231fe..ceca469a0d 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -18,7 +18,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,OPENVPN,openvpn,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -PKG_DEPEND:="openssl, kmod-tun" +PKG_DEPEND:="libopenssl, kmod-tun" ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y) DISABLE_LZO:=--disable-lzo else diff --git a/openwrt/package/osiris/Config.in b/openwrt/package/osiris/Config.in index 8c6dbe7e73..e7de504f30 100644 --- a/openwrt/package/osiris/Config.in +++ b/openwrt/package/osiris/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_OSIRISD tristate "osirisd - Host integrity monitoring system (scanning agent)" default m if CONFIG_DEVEL - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL help An host integrity monitoring system (scanning agent) diff --git a/openwrt/package/sipsak/Config.in b/openwrt/package/sipsak/Config.in index 6d1e7d6620..09f5b41173 100644 --- a/openwrt/package/sipsak/Config.in +++ b/openwrt/package/sipsak/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_SIPSAK tristate "sipsak - SIP (Session Initiation Protocol) stress and diagnostics utility" default m if CONFIG_DEVEL - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL help A SIP (Session Initiation Protocol) stress and diagnostics utility diff --git a/openwrt/package/tinc/Config.in b/openwrt/package/tinc/Config.in index aa45dfee82..6bcb658a8d 100644 --- a/openwrt/package/tinc/Config.in +++ b/openwrt/package/tinc/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_TINC default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_TUN select BR2_PACKAGE_LIBLZO - select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_ZLIB help A VPN tunneling daemon diff --git a/openwrt/package/tinc/ipkg/tinc.control b/openwrt/package/tinc/ipkg/tinc.control index a17fd75220..bde348cf34 100644 --- a/openwrt/package/tinc/ipkg/tinc.control +++ b/openwrt/package/tinc/ipkg/tinc.control @@ -4,4 +4,4 @@ Section: net Maintainer: Felix Fietkau Source: buildroot internal Description: VPN tunnel daemon -Depends: zlib, liblzo, openssl, kmod-tun +Depends: zlib, liblzo, libopenssl, kmod-tun