Skip to content

Commit

Permalink
fix bug undefined symbol: sigar_skip_token, fixed hyperic#60
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Jan 22, 2018
1 parent c2a1af3 commit dfe8fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ruby/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
osdir = "../../src/os/#{os}"
$CPPFLAGS += ' -I../../include' + ' -I' + osdir
$CPPFLAGS += ' -U_FILE_OFFSET_BITS' unless is_win32
$CPPFLAGS += ' -fgnu89-inline'

if RUBY_VERSION > '1.8.4'
$CPPFLAGS += ' -DRB_HAS_RE_ERROR'
Expand Down

0 comments on commit dfe8fec

Please sign in to comment.