aboutsummaryrefslogtreecommitdiffstats
path: root/testing/suitesparse/0002-remove-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/suitesparse/0002-remove-rpath.patch')
-rw-r--r--testing/suitesparse/0002-remove-rpath.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/suitesparse/0002-remove-rpath.patch b/testing/suitesparse/0002-remove-rpath.patch
deleted file mode 100644
index b20166e86c..0000000000
--- a/testing/suitesparse/0002-remove-rpath.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Jakub Jirutka <jakub@jirutka.cz>
-Date: Wed, 08 Jun 2016 21:04:00 +0200
-Subject: [PATCH] Do not use -rpath
-
-Hard-coded rpath is bad, moreover when it contains absolute path to the
-build directory.
---- a/SuiteSparse_config/SuiteSparse_config.mk
-+++ b/SuiteSparse_config/SuiteSparse_config.mk
-@@ -338,7 +338,7 @@
-
- ifeq ($(UNAME),Linux)
- # add the realtime library, librt, and SuiteSparse/lib
-- LDLIBS += -lrt -Wl,-rpath=$(INSTALL_LIB)
-+ LDLIBS += -lrt
- endif
-
- #---------------------------------------------------------------------------