]> git.pld-linux.org Git - packages/audit.git/commitdiff
- disable go bindings on archs not supported by golang
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 3 Jan 2015 17:26:58 +0000 (17:26 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 3 Jan 2015 17:26:58 +0000 (17:26 +0000)
audit.spec

index 4f40ec8a433752ac5a78d6fdf7f751b9d767e365..73652844535152e7df0a7a53c852a5eccd5f4570 100644 (file)
@@ -5,7 +5,11 @@
 %bcond_without golang          # Go language bindings
 %bcond_without python          # Python bindings
 %bcond_without zos_remote      # zos-remote audisp plugin (LDAP dep)
-#
+
+%ifnarch %{ix86} %{x8664} %{arm}
+%undefine      with_golang
+%endif
+
 Summary:       User space tools for 2.6 kernel auditing
 Summary(pl.UTF-8):     Narzędzia przestrzeni użytkownika do audytu jąder 2.6
 Name:          audit
This page took 0.083663 seconds and 4 git commands to generate.