summaryrefslogtreecommitdiffstats
path: root/debian/patches/remove-rpath-from-pc.patch
blob: fbd53faed17d2c5b1f413552912870fa6db3e393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}