Menu

#222 Use pkg-config for finding libxml2

Bugs
open
nobody
None
5
2018-11-18
2018-11-18
Jan Tojnar
No

src/Makefile.am currently hard-codes the libxml includedir to /usr/include/libxml2. This fails on Nix, which uses different paths. PKG_CHECK_MODULES macro should be used for locating the library.

Upstream PR: https://github.com/NixOS/nixpkgs/pull/38545

Discussion


Log in to post a comment.