Skip to content

fixed broken pkgconfig when liburcu is not present

Ondřej Surý requested to merge pkgconfig-for-missing-liburcu into master

the Requires list contained a trailing comma if liburcu wasn't present, pkg-config as of 0.29 treats this as an error, resulting in failed package --cflags and --atleast-version lookups

this change treats libdnssec as mandatory, and extras must be prefixed with comma inside the expanded variables

Merge request reports