Bug#1004541:

2022-01-30 Thread Thomas Koch
I added "libbsd" to the "Requires:" line in lowdown.pc and could compile nix (after making the necessary changes in the nix build system to propagate LOWDOWN_LIBS): prefix=/usr exec_prefix=${prefix} libdir=/usr/lib/x86_64-linux-gnu includedir=/usr/include Name: lowdown Description: simple markd

Bug#1004541: lowdown.pc should Require bsd(?)

2022-01-30 Thread Thomas Koch
Package: liblowdown-dev Version: 0.10.0-1 Severity: normal While packaging nix I encountered this problem: https://github.com/NixOS/nix/issues/5931 /usr/bin/ld: /usr/lib/x86_64-linux-gnu/liblowdown.a(document.o): in function `parse_list': (.text+0x49ad): undefined reference to `strtonum' The st