diff options
author | Todd Miller <jmiller@stsci.edu> | 2018-10-08 11:29:58 -0400 |
---|---|---|
committer | Todd Miller <jmiller@stsci.edu> | 2018-10-08 11:29:58 -0400 |
commit | 829b9f0571af9ed22114b70071a1ae7317706e4c (patch) | |
tree | f44e9bc0352998d09c28934ee0760a5b01c632a1 /cfitsio/build.sh | |
parent | ff7bb35c63ef298df2207dbfdc49e441cec0e2ae (diff) | |
parent | d75fa7d104a59296efa95bafb7c17b46e7e18dd6 (diff) | |
download | astroconda-contrib-829b9f0571af9ed22114b70071a1ae7317706e4c.tar.gz |
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into update-crds-version
Diffstat (limited to 'cfitsio/build.sh')
-rw-r--r-- | cfitsio/build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |