summaryrefslogtreecommitdiffstats
path: root/debian/patches/remove-rpath-from-pc.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:43:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:43:19 +0000
commitf7dd23e67d92f26f326319e8f6e9f83923419ade (patch)
treef90b634068eb1b7689361e2536f6c877423ee24e /debian/patches/remove-rpath-from-pc.patch
parentAdding upstream version 1.1.3. (diff)
downloadopentracing-c-wrapper-f7dd23e67d92f26f326319e8f6e9f83923419ade.tar.xz
opentracing-c-wrapper-f7dd23e67d92f26f326319e8f6e9f83923419ade.zip
Adding debian version 1.1.3-3.debian/1.1.3-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/remove-rpath-from-pc.patch')
-rw-r--r--debian/patches/remove-rpath-from-pc.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/remove-rpath-from-pc.patch b/debian/patches/remove-rpath-from-pc.patch
new file mode 100644
index 0000000..fbd53fa
--- /dev/null
+++ b/debian/patches/remove-rpath-from-pc.patch
@@ -0,0 +1,15 @@
+Description: Remove rpath from the PC file. Since debian is installing to the
+ /usr prefix, it's unnecessary and generates a lintian warning.
+Forwarded: not-needed
+Author: Stephen Gelman <ssgelm@debian.org>
+Last-Update: 2021-11-11
+---
+--- a/opentracing-c-wrapper.pc.in
++++ b/opentracing-c-wrapper.pc.in
+@@ -8,5 +8,5 @@
+ Version: @VERSION@
+
+ Requires:
+-Libs: -L${libdir} -Wl,--rpath,${libdir} -lopentracing-c-wrapper
++Libs: -L${libdir} -lopentracing-c-wrapper
+ Cflags: -I${includedir}