add ppc support for openssl and add missing openssl dependency to openvpn as pointed...
authorMichael Lauer <mickey@vanille-media.de>
Wed, 25 Aug 2004 09:01:31 +0000 (09:01 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 25 Aug 2004 09:01:31 +0000 (09:01 +0000)
BKrev: 412c556bPzaedIWXmu3SOkN5ZhyA9g

openssl/openssl_0.9.7d.oe
openvpn/openvpn_1.5.0.oe

index 9923790..2ff9853 100644 (file)
@@ -46,6 +46,9 @@ do_compile () {
        linux-mipsel)
                target=linux-mipsel
                ;;
+        linux-powerpc)
+                target=linux-ppc
+                ;;
        linux-x86_64)
                target=linux-x86_64
                ;;
index 0eab313..0693b10 100644 (file)
@@ -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"