summaryrefslogtreecommitdiffstats
path: root/openwrt/package/openvpn/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 10:07:40 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-22 10:07:40 +0000
commitdb6eb93cc9b05b54a9405e47d32f9b9b21852fb2 (patch)
treeb9918713ebcd9f548c0bba7b1a14b3d482fbf6c7 /openwrt/package/openvpn/Makefile
parentc1bbe93e8ffc6ac3a4d8ec42f61b5eeb8943f1fc (diff)
Change openssl lib dependency from openssl to libopenssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1016 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openvpn/Makefile')
-rw-r--r--openwrt/package/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile
index f6f8c231f..ceca469a0 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