Skip to content

Commit b6f2df6

Browse files
terceirosorah
authored andcommitted
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: full
1 parent 2a464e2 commit b6f2df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Build-Depends: bison,
1515
libyaml-dev,
1616
netbase <!nocheck>,
1717
openssl <!nocheck>,
18+
pkg-config (>= 1.8.0-7~),
1819
procps <!nocheck>,
1920
ruby3.1:native <cross>,
2021
rubygems-integration (>= 1.6) <!nocheck>,

0 commit comments

Comments
 (0)