From 62117906f225cc10689c4e85ebfcbaeb8cf6a57e Mon Sep 17 00:00:00 2001 From: wbx Date: Fri, 10 Feb 2006 21:32:10 +0000 Subject: openvpn without ssl closes #277/#278 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3217 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0a2731b72..927ad57bb 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -411,7 +411,9 @@ ifneq ($(BR2_PACKAGE_MPD_FLAC),) mpd-compile: flac-compile endif +ifeq ($(BR2_PACKAGE_LIBOPENSSL),y) openvpn-compile: openssl-compile +endif ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y) openvpn-compile: liblzo-compile endif -- cgit v1.2.3