projects
/
grpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64698a
)
no-embed-libs
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 22 Sep 2020 17:29:12 +0000
(18:29 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 22 Sep 2020 17:29:12 +0000
(18:29 +0100)
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'