From 617845e6d595f5f2704ad9d75d35fb20ed1c2c55 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 6 Aug 2018 16:34:33 -0400 Subject: Cfitsio disable curl (#148) * Initial commit of 0001-cfitsio-autoconf-disable-curl.patch * Apply patch to recipe * Rebuild recipes requiring cfitsio --- cfitsio/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfitsio/build.sh') diff --git a/cfitsio/build.sh b/cfitsio/build.sh index 288a62e..c76e193 100644 --- a/cfitsio/build.sh +++ b/cfitsio/build.sh @@ -3,6 +3,6 @@ case "$(uname)" in export CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=200112L" ;; esac -./configure --prefix=$PREFIX --enable-reentrant +./configure --prefix=$PREFIX --enable-reentrant --disable-curl make shared make install -- cgit