From 6374d9b27f445d21a1ae3840fab002c0859a5d10 Mon Sep 17 00:00:00 2001 From: giacomov Date: Thu, 25 May 2017 18:03:41 -0700 Subject: [PATCH] Need to force -fPIC otherwise downstream software, like astromodels, won't compile --- conda_recipe/wcslib/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda_recipe/wcslib/build.sh b/conda_recipe/wcslib/build.sh index 3e39216..21ffdf4 100644 --- a/conda_recipe/wcslib/build.sh +++ b/conda_recipe/wcslib/build.sh @@ -1,3 +1,5 @@ +export CFLAGS='-fPIC' + ./configure --prefix=$PREFIX make