summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-25 09:01:31 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-25 09:01:31 +0000
commite2ce2afb3c98e2efc66ef303b140997b7fff1e0b (patch)
tree79aa991d299261942e322862bb111041d595ff6d /openssl
parentc7edaf12762f20251412fd2796923c8eb3b85e07 (diff)
add ppc support for openssl and add missing openssl dependency to openvpn as pointed out by Felix Domke
BKrev: 412c556bPzaedIWXmu3SOkN5ZhyA9g
Diffstat (limited to 'openssl')
-rw-r--r--openssl/openssl_0.9.7d.oe3
1 files changed, 3 insertions, 0 deletions
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
;;