aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openssl/openssl.inc')
-rw-r--r--recipes/openssl/openssl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 7fd7ea0c29..caee607683 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -82,6 +82,9 @@ do_configure () {
linux-sparc)
target=linux-sparcv8
;;
+ darwin-i386)
+ target=darwin-i386
+ ;;
esac
# inject machine-specific flags
sed -i -e "s|^\(\"$target\",\s*\"[^:]\+\):\([^:]\+\)|\1:${CFLAG}|g" Configure