aboutsummaryrefslogtreecommitdiff
path: root/OpenSSL.sh
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL.sh')
-rw-r--r--OpenSSL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSSL.sh b/OpenSSL.sh
index 2028083..e48cdfb 100644
--- a/OpenSSL.sh
+++ b/OpenSSL.sh
@@ -42,6 +42,7 @@ unset MAKEFLAGS
# Should we use gtar or tar?
TAR=$(gtar --help > /dev/null 2> /dev/null && echo gtar || echo tar)
${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
+ patch -p1 < ${SRCDIR}/dist/darwin.patch
popd
echo "OpenSSL: Configuring..."