diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 16:16:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 16:16:51 +0000 |
commit | 2ce27fed1815f9949537854405c9d3e4b2f88896 (patch) | |
tree | d04e83f8aed362eaf521de5cdb002b824fab7164 /package | |
parent | 3d41e84381b583e8ba11ebb15add5a4b3007e1f8 (diff) |
add openvpn dependency on openssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@320 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 39c5b9cc6..afdf6af92 100644 --- a/package/Makefile +++ b/package/Makefile @@ -26,6 +26,7 @@ install: $(patsubst %,%-install,$(package-y)) dropbear-compile: zlib-compile openssl-compile: zlib-compile +openvpn-compile: openssl-compile $(patsubst %,%-prepare,$(package-y) $(package-m)): linux-install %-prepare: |