Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930143
Collapse All | Expand All

(-)hdf5-1.14.4-2/configure.ac (+6 lines)
Lines 4635-4639 Link Here
4635
  esac
4266
  esac
4636
fi
4267
fi
4637
4268
4269
## HDF5 configure code created by autotools with gcc 4.9.2 is adding problematic
4270
## linker flags:  -l with no library name; -l <libname>, specifically gfortran or m.
4271
## This sed script corrects "-l <libname>" first and then "-l " with no library name.
4272
## If the order is not preserved, all instances of "-l " will be removed.
4273
sed -e '/^postdeps/ s/-l \([a-zA-Z]\)/-l\1/g' -e '/^postdeps/ s/-l //g' -i libtool
4274
4638
## show the configure settings
4275
## show the configure settings
4639
cat src/libhdf5.settings
4276
cat src/libhdf5.settings

Return to bug 930143