From e2ce2afb3c98e2efc66ef303b140997b7fff1e0b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 25 Aug 2004 09:01:31 +0000 Subject: [PATCH] add ppc support for openssl and add missing openssl dependency to openvpn as pointed out by Felix Domke BKrev: 412c556bPzaedIWXmu3SOkN5ZhyA9g --- openssl/openssl_0.9.7d.oe | 3 +++ openvpn/openvpn_1.5.0.oe | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl/openssl_0.9.7d.oe b/openssl/openssl_0.9.7d.oe index 9923790e6b..2ff9853c03 100644 --- a/openssl/openssl_0.9.7d.oe +++ b/openssl/openssl_0.9.7d.oe @@ -46,6 +46,9 @@ do_compile () { linux-mipsel) target=linux-mipsel ;; + linux-powerpc) + target=linux-ppc + ;; linux-x86_64) target=linux-x86_64 ;; diff --git a/openvpn/openvpn_1.5.0.oe b/openvpn/openvpn_1.5.0.oe index 0eab313329..0693b1087f 100644 --- a/openvpn/openvpn_1.5.0.oe +++ b/openvpn/openvpn_1.5.0.oe @@ -1,6 +1,6 @@ DESCRIPTION = "A VPN solution via tun device. Not IPSEC!" PRIORITY = "optional" -DEPENDS = "lzo" +DEPENDS = "lzo openssl" RDEPENDS = "kernel-module-tun" PR = "r1" -- 2.39.5