From d1b4ac2b41011983e25616d1cb5c8b86339800a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:43:23 +0200 Subject: Adding debian version 8.1-1. Signed-off-by: Daniel Baumann --- debian/patches/rl-no-rpath.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/rl-no-rpath.diff (limited to 'debian/patches/rl-no-rpath.diff') diff --git a/debian/patches/rl-no-rpath.diff b/debian/patches/rl-no-rpath.diff new file mode 100644 index 0000000..cdcc47d --- /dev/null +++ b/debian/patches/rl-no-rpath.diff @@ -0,0 +1,15 @@ +rl-no-rpath.dpatch by + +Don't set a runtime path for linking the shared libraries + +--- a/support/shobj-conf ++++ b/support/shobj-conf +@@ -128,7 +128,7 @@ linux*-*|gnu*-*|k*bsd*-gnu-*|freebsd*-ge + SHOBJ_LD='${CC}' + SHOBJ_LDFLAGS='-shared -Wl,-soname,$@' + +- SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`' ++ SHLIB_XLDFLAGS='-Wl,-soname,`basename $@ $(SHLIB_MINOR)`' + SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' + ;; + -- cgit v1.2.3