]> git.pld-linux.org Git - packages/protobuf.git/commitdiff
- disable ruby bindings on x32 (broken linking) auto/th/protobuf-3.2.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 17 Apr 2017 08:43:56 +0000 (10:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 17 Apr 2017 08:43:56 +0000 (10:43 +0200)
protobuf.spec

index 312896a0bb75170666b6e6a4e3448519c236f8e7..dd1a76e9e9fdf3bfaf86efe3adfd9a7080043454 100644 (file)
@@ -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
This page took 0.382841 seconds and 4 git commands to generate.