nixpkgs/pkgs/development/r-modules/patches/Rhdf5lib.patch
2021-06-03 22:29:59 +03:00

13 lines
352 B
Diff

diff --git a/configure b/configure
index e2d292e..b13c0db 100755
--- a/configure
+++ b/configure
@@ -3874,6 +3874,7 @@
echo "building the hdf5 library...";
cd ../;
+sed -i 's#/bin/mv#mv#' configure
./configure --with-pic --enable-shared=no --enable-cxx --enable-hl \
--with-szlib=${SZIP_HOME} --with-zlib=${ZLIB_HOME} \
${WITH_S3_VFD} \