Added zlib as a linker dep. for Ruby

pull/2117/head
David Garcia Quintas 10 years ago
parent 46a6f10192
commit c544422453
  1. 2
      src/ruby/ext/grpc/extconf.rb

@ -89,7 +89,7 @@ $CFLAGS << ' -Wno-return-type '
$CFLAGS << ' -Wall '
$CFLAGS << ' -pedantic '
$LDFLAGS << ' -lgrpc -lgpr -ldl'
$LDFLAGS << ' -lgrpc -lgpr -lz -ldl'
crash('need grpc lib') unless have_library('grpc', 'grpc_channel_destroy')
have_library('grpc', 'grpc_channel_destroy')

Loading…
Cancel
Save