From a2db1f07f9d2bda6bed34fb359c44d6299cbbf5e Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 3 Dec 2018 18:00:43 +0000 Subject: Added rpath in basic dependencies, remove input if download fails Until now, we weren't including the `rpath' linking options to the basic dependencies. They are now added. Also, when the download of an input file fails for any reason, an empty file won't be replaced there any more. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 1c27c16..2dfd3d3 100755 --- a/configure +++ b/configure @@ -643,6 +643,7 @@ else numthreads=2; fi make -f reproduce/src/make/dependencies-basic.mk \ static_build=$static_build \ + rpath_command=$rpath_command \ needs_ldl=$needs_ldl \ #-j$numthreads -- cgit v1.2.1