Commit b6f2df6
Add build dependency on pkg-config from pkgconf
The absence of this build dependency made the check for whether
pkg-config works fail (because it was not there) at the ./configure
stage, making RbConfig::CONFIG["PKG_CONFIG"] empty, and therefore broke
the usage of pkg_config() in extconf.rb scripts.
This was noticed by Lucas Kanashiro (thanks!) in Ubuntu while rebuilding
all Ruby packages to add ruby3.1 support, where ruby-augeas and
ruby-libvirt failed to build.
Gbp-Dch: full1 parent 2a464e2 commit b6f2df6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments