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
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
2 matches
Mail list logo