aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2006-02-10 21:32:10 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2006-02-10 21:32:10 +0000
commit44fafb6cb070a92ed7660319d66bbd1f98625cd0 (patch)
tree3d36fcc6d9158594aac56403c2ff0e0c3f5657dc /package/Makefile
parent15c312f953a13b949ab907f7ba3386786ed53e42 (diff)
downloadmaster-187ad058-44fafb6cb070a92ed7660319d66bbd1f98625cd0.tar.gz
master-187ad058-44fafb6cb070a92ed7660319d66bbd1f98625cd0.tar.bz2
master-187ad058-44fafb6cb070a92ed7660319d66bbd1f98625cd0.zip
openvpn without ssl closes #277/#278
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 0a2731b726..927ad57bb9 100644
--- a/package/Makefile
+++ b/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