diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:18:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:18:09 +0000 |
commit | 94699d7e8b4fed22ac9d24b7f2a3a28c282424e9 (patch) | |
tree | f5b77c68cf16faa6d133528d5af9daac899ba009 /debian/patches/rl-no-rpath.diff | |
parent | Adding upstream version 7.0. (diff) | |
download | readline-debian.tar.xz readline-debian.zip |
Adding debian version 7.0-5.debian/7.0-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/rl-no-rpath.diff')
-rw-r--r-- | debian/patches/rl-no-rpath.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/rl-no-rpath.diff b/debian/patches/rl-no-rpath.diff new file mode 100644 index 0000000..f47e08e --- /dev/null +++ b/debian/patches/rl-no-rpath.diff @@ -0,0 +1,17 @@ +rl-no-rpath.dpatch by <doko@debian.org> + +Don't set a runtime path for linking the shared libraries + +Index: b/support/shobj-conf +=================================================================== +--- a/support/shobj-conf ++++ b/support/shobj-conf +@@ -128,7 +128,7 @@ + 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)' + ;; + |