Actions
Bug #8315
closedmkmf does not include include paths from pkg_config anymore
Bug #8315:
mkmf does not include include paths from pkg_config anymore
Description
#6504 does that, for cpp files $CFLAGS is not used anymore, so the problems are the include paths:
- there is no
$CXXFLAGSglobal variable defined - pkg_config does not add the includes paths to the correct
*FLAGS
so my gems are currently broken for ruby trunk and if i fix that it may be broken for the older ruby
Actions