Skip to content

Commit

Permalink
Need to force -fPIC otherwise downstream software, like astromodels, …
Browse files Browse the repository at this point in the history
…won't compile
  • Loading branch information
giacomov committed May 26, 2017
1 parent 80fa99f commit 6374d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_recipe/wcslib/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export CFLAGS='-fPIC'

./configure --prefix=$PREFIX

make
Expand Down

0 comments on commit 6374d9b

Please sign in to comment.