openssl.inc: add definitions for mips/mipsel (Closes: #4268)
authorJeremy Laine <jeremy.laine@m4x.org>
Sat, 17 May 2008 06:30:14 +0000 (06:30 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Sat, 17 May 2008 06:30:14 +0000 (06:30 +0000)
packages/openssl/openssl.inc

index b77fda9..2ec1d91 100644 (file)
@@ -55,6 +55,12 @@ do_configure () {
        linux-i686)
                target=debian-i386-i686/cmov
                ;;
+       linux-mips)
+               target=debian-mips
+               ;;
+       linux-mipsel)
+               target=debian-mipsel
+               ;;
        linux-powerpc)
                target=linux-ppc
                ;;