diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-06 16:34:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 16:34:33 -0400 |
commit | 617845e6d595f5f2704ad9d75d35fb20ed1c2c55 (patch) | |
tree | f35d63c05f60ef42444d4c72118b2b1735c39e6c /cfitsio/build.sh | |
parent | f0a645f7cb183888691da7fd6cb3d7993b9aba3f (diff) | |
download | astroconda-dev-617845e6d595f5f2704ad9d75d35fb20ed1c2c55.tar.gz |
Cfitsio disable curl (#148)
* Initial commit of 0001-cfitsio-autoconf-disable-curl.patch
* Apply patch to recipe
* Rebuild recipes requiring cfitsio
Diffstat (limited to 'cfitsio/build.sh')
-rw-r--r-- | cfitsio/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |