From 0c169783d8d637f9cfcdd4527de0d9d7563cf271 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 5 Feb 2018 10:27:17 +0100 Subject: Refresh patches. --- .../0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch') diff --git a/debian/patches/0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch b/debian/patches/0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch index c5677149..ace45b46 100644 --- a/debian/patches/0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch +++ b/debian/patches/0005-Don-t-set-runtime_library_dirs-for-the-Python-extens.patch @@ -1,7 +1,7 @@ -From 2dfc0e89fdf40fe474ef0ec2018fe06e5eb786d5 Mon Sep 17 00:00:00 2001 +From 8beaad20e6d61f9d2253ee1b679fe2feafff9bdc Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 16 Oct 2017 13:46:22 +0200 -Subject: [PATCH] Don't set runtime_library_dirs for the Python extension. +Subject: [PATCH 5/5] Don't set runtime_library_dirs for the Python extension. Avoid RPATH in the shared object. --- @@ -9,7 +9,7 @@ Subject: [PATCH] Don't set runtime_library_dirs for the Python extension. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython/setup.py.in b/cython/setup.py.in -index fefa36b..18d03ad 100644 +index c767e93..d00f65a 100644 --- a/cython/setup.py.in +++ b/cython/setup.py.in @@ -36,7 +36,7 @@ gudhi = Extension( -- cgit v1.2.3