From 6a4484790fefb15b48a11b9640590196e45caaa5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 9 Aug 2018 11:10:15 -0400 Subject: Cfitsio disable cURL (#385) * Bump build number for affected recipes --- cfitsio/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cfitsio/build.sh') diff --git a/cfitsio/build.sh b/cfitsio/build.sh index 5368e6b..c76e193 100644 --- a/cfitsio/build.sh +++ b/cfitsio/build.sh @@ -1,8 +1,8 @@ case "$(uname)" in Darwin) export CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=200112L" - ;; + ;; esac -./configure --prefix=$PREFIX --disable-static --enable-reentrant -make -j $CPU_COUNT shared +./configure --prefix=$PREFIX --enable-reentrant --disable-curl +make shared make install -- cgit