File: pkg-config-libmd-libbsd.patch

package info (click to toggle)
lowdown 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 21,512; sh: 1,892; xml: 861; makefile: 518
file content (20 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Add libmd and libbsd to Requires.private
 In Debian, we link to libmd and libbsd through CFLAGS and LDFLAGS, to avoid
 using the embedded copies of these functions. Conversely, this means that
 these are required during static linking with liblowdown.a, so add them as
 Requires.private in the accompanied pkg-config.
Forwarded: not-needed
Origin: vendor
Bug-Debian: https://bugs.debian.org/1004541
Author: Faidon Liambotis <paravoid@debian.org>

--- a/lowdown.in.pc
+++ b/lowdown.in.pc
@@ -8,6 +8,7 @@ Description: simple markdown translator
 URL: https://kristaps.bsd.lv/lowdown
 Version: @VERSION@
 Requires:
+Requires.private: libmd libbsd
 Libs.private: 
 Libs: -L${libdir} -llowdown -lm
 Cflags: -I${includedir}