projects
/
grpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c20d4
)
no-embed-libs
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Wed, 13 Jan 2021 21:53:15 +0000
(21:53 +0000)
committer
Andreas Henriksson
<andreas@fatal.se>
Wed, 13 Jan 2021 21:53:15 +0000
(21:53 +0000)
Gbp-Pq: Name no-embed-libs.patch
src/ruby/ext/grpc/extconf.rb
patch
|
blob
|
history
diff --git
a/src/ruby/ext/grpc/extconf.rb
b/src/ruby/ext/grpc/extconf.rb
index aa4d0b36eec7783e19e47210663f6fae3921359b..1483a42597b3467e4fa0568811d658cce32dfe4f 100644
(file)
--- a/
src/ruby/ext/grpc/extconf.rb
+++ b/
src/ruby/ext/grpc/extconf.rb
@@
-39,9
+39,9
@@
end
ENV['AR'] = 'libtool -o' if RUBY_PLATFORM =~ /darwin/
-ENV['EMBED_OPENSSL'] = '
tru
e'
-ENV['EMBED_ZLIB'] = '
tru
e'
-ENV['EMBED_CARES'] = '
tru
e'
+ENV['EMBED_OPENSSL'] = '
fals
e'
+ENV['EMBED_ZLIB'] = '
fals
e'
+ENV['EMBED_CARES'] = '
fals
e'
ENV['ARCH_FLAGS'] = RbConfig::CONFIG['ARCH_FLAG']
ENV['ARCH_FLAGS'] = '-arch i386 -arch x86_64' if RUBY_PLATFORM =~ /darwin/
ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE'