summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2017-04-17 08:43:56 (GMT)
committerJan Rękorajski2017-04-17 08:43:56 (GMT)
commita2eaa4837e56e9c47cf264b6818974d7cd9a664c (patch)
treea574afeddf4f756be5d7cfb74f9b33a060ede114
parent3820831567f260bc8ed102e2552a869dbc972862 (diff)
downloadprotobuf-a2eaa4837e56e9c47cf264b6818974d7cd9a664c.zip
protobuf-a2eaa4837e56e9c47cf264b6818974d7cd9a664c.tar.gz
- disable ruby bindings on x32 (broken linking)auto/th/protobuf-3.2.1-1
-rw-r--r--protobuf.spec4
1 files changed, 4 insertions, 0 deletions
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