aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/cfitsio
diff options
context:
space:
mode:
authorSebastien Maret <sebastien.maret@univ-grenoble-alpes.fr>2018-06-01 11:15:47 +0200
committerSebastien Maret <sebastien.maret@univ-grenoble-alpes.fr>2018-06-01 11:15:47 +0200
commit73bc4734dc2b737c9f7bd44bbefb68e4d12723f9 (patch)
tree492506eefc5caa6e308ae733f930f78ee6ed6777 /pkgs/development/libraries/cfitsio
parentd629daeb2c9e8eec3f4ce9ec6456ddad8531f06d (diff)
cfitsio: fix install name on darwin
Diffstat (limited to 'pkgs/development/libraries/cfitsio')
-rw-r--r--pkgs/development/libraries/cfitsio/darwin-rpath-universal.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/cfitsio/darwin-rpath-universal.patch b/pkgs/development/libraries/cfitsio/darwin-rpath-universal.patch
index 7ac051326517..af38abf329ea 100644
--- a/pkgs/development/libraries/cfitsio/darwin-rpath-universal.patch
+++ b/pkgs/development/libraries/cfitsio/darwin-rpath-universal.patch
@@ -15,7 +15,7 @@ diff -ruN cfitsio/configure cfitsio-rpath-universal/configure
- SHLIB_LD="$CC -dynamiclib $C_UNIV_SWITCH -headerpad_max_install_names -install_name @rpath/lib\${PACKAGE}.\${CFITSIO_SONAME}\${SHLIB_SUFFIX} -compatibility_version \${CFITSIO_SONAME} -current_version \${CFITSIO_SONAME}.\${CFITSIO_MAJOR}.\${CFITSIO_MINOR}"
- ;;
- esac
-+ SHLIB_LD="$CC -dynamiclib -install_name ${out}/lib\${PACKAGE}.\${CFITSIO_SONAME}\${SHLIB_SUFFIX} -compatibility_version \${CFITSIO_SONAME} -current_version \${CFITSIO_SONAME}.\${CFITSIO_MAJOR}.\${CFITSIO_MINOR}"
++ SHLIB_LD="$CC -dynamiclib -install_name ${out}/lib/lib\${PACKAGE}.\${CFITSIO_SONAME}\${SHLIB_SUFFIX} -compatibility_version \${CFITSIO_SONAME} -current_version \${CFITSIO_SONAME}.\${CFITSIO_MAJOR}.\${CFITSIO_MINOR}"
lhea_shlib_cflags="-fPIC -fno-common"
;;