[packages/protobuf] - disable ruby bindings on x32 (broken linking)
baggins
baggins at pld-linux.org
Mon Apr 17 10:44:23 CEST 2017
commit a2eaa4837e56e9c47cf264b6818974d7cd9a664c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Apr 17 10:43:56 2017 +0200
- disable ruby bindings on x32 (broken linking)
protobuf.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/protobuf.spec b/protobuf.spec
index 312896a..dd1a76e 100644
--- a/protobuf.spec
+++ b/protobuf.spec
@@ -9,6 +9,10 @@
%bcond_without ruby # Ruby bindings
%bcond_without tests # perform "make check"
+%ifarch x32
+%undefine with_ruby
+%endif
+
Summary: Protocol Buffers - Google's data interchange format
Summary(pl.UTF-8): Protocol Buffers - format wymiany danych Google
Name: protobuf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/protobuf.git/commitdiff/a2eaa4837e56e9c47cf264b6818974d7cd9a664c
More information about the pld-cvs-commit
mailing list