mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkmf.rb: set cppflags
* ext/mkmf.rb (configuration): set the default cppflags, which is referred from the default CPPFLAGS, for extension libraries. This fixes build failure of ext/zlib on Solaris 10. [Bug #14746] [ruby-dev:50539] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b936115ed6
commit
5cc2ac98a9
1 changed files with 1 additions and 0 deletions
|
@ -1982,6 +1982,7 @@ cxxflags = #{CONFIG['cxxflags']}
|
|||
optflags = #{CONFIG['optflags']}
|
||||
debugflags = #{CONFIG['debugflags']}
|
||||
warnflags = #{$warnflags}
|
||||
cppflags = #{CONFIG['cppflags']}
|
||||
CCDLFLAGS = #{$static ? '' : CONFIG['CCDLFLAGS']}
|
||||
CFLAGS = $(CCDLFLAGS) #$CFLAGS $(ARCH_FLAG)
|
||||
INCFLAGS = -I. #$INCFLAGS
|
||||
|
|
Loading…
Reference in a new issue