diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:07:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:07:40 +0000 |
commit | b0fde6468e4b4997068261537289413ea4bd3261 (patch) | |
tree | b9918713ebcd9f548c0bba7b1a14b3d482fbf6c7 /openwrt/package/openvpn/Makefile | |
parent | 1ac17844f43fed7cbe6eb5e6b60d29728de6c3bb (diff) | |
download | mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.zip mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.tar.gz mtk-20170518-b0fde6468e4b4997068261537289413ea4bd3261.tar.bz2 |
Change openssl lib dependency from openssl to libopenssl
SVN-Revision: 1016
Diffstat (limited to 'openwrt/package/openvpn/Makefile')
-rw-r--r-- | openwrt/package/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index f6f8c23..ceca469 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 |