diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-13 05:53:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-13 05:53:07 -0400 |
commit | 061d7f3bd2cc67c964acb2cb1bde07ee61df5d1a (patch) | |
tree | 5b22d1081972956d9190c94a7cc2b271d5f85d67 /gnu/packages/patches/hdf4-shared-fortran.patch | |
parent | f2ec23d18e50eef3e4f574a3e6498d8964e4e1a3 (diff) | |
parent | 1cc213850a2009d55e137fee990f9743894c76c5 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/patches/hdf4-shared-fortran.patch')
-rw-r--r-- | gnu/packages/patches/hdf4-shared-fortran.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/patches/hdf4-shared-fortran.patch b/gnu/packages/patches/hdf4-shared-fortran.patch new file mode 100644 index 0000000000..60db355bea --- /dev/null +++ b/gnu/packages/patches/hdf4-shared-fortran.patch @@ -0,0 +1,25 @@ +Allow building a shared library with Fortran. +--- + configure | 6 ------ + 1 file changed, 6 deletions(-) + +diff --git a/configure b/configure +index f37d2fa..eb9f346 100755 +--- a/configure ++++ b/configure +@@ -6141,12 +6141,6 @@ if test "X${enable_shared}" != "Xyes"; then + enable_shared="no" + fi + +-if test "X${enable_shared}" = "Xyes"; then +- if test "X${BUILD_FORTRAN}" = "Xyes"; then +- as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 +- fi +-fi +- + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 + $as_echo_n "checking whether ln -s works... " >&6; } +-- +2.10.0 + |