From 03c0f89a970fc68bbb8810c7ef49bf924e2bf732 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Fri, 22 Nov 2019 12:12:19 +0800 Subject: [PATCH] Odd change for Mac users --- src/test/tpkg/100-compile.tpkg/100-compile.pre | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/tpkg/100-compile.tpkg/100-compile.pre b/src/test/tpkg/100-compile.tpkg/100-compile.pre index 6b76edba..6fad5e82 100644 --- a/src/test/tpkg/100-compile.tpkg/100-compile.pre +++ b/src/test/tpkg/100-compile.tpkg/100-compile.pre @@ -25,4 +25,5 @@ done rm -fr "${BUILDDIR}/build" mkdir "${BUILDDIR}/build" cd "${BUILDDIR}/build" -"${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install" +"${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install" || "${SRCROOT}/configure" $* --prefix "${BUILDDIR}/install" --with-ssl=/usr/local/opt/openssl@1.1 +