]> git.pld-linux.org Git - packages/nbdkit.git/commitdiff
- disble rust plugin for now
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Mar 2021 20:21:52 +0000 (22:21 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Mar 2021 20:22:07 +0000 (22:22 +0200)
nbdkit.spec

index c76b4f12014a9034c28df7ff4325da95b510da09..f23061689e33d7b930d8f0c30cb398a2e0fdf675 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without ocaml           # OCaml plugin (requires ocaml_opt support)
 %bcond_without perl            # Perl plugin
 %bcond_without python          # Python plugin
+%bcond_with    rust            # Rust plugin
 %bcond_with    vddk            # VMware VDDK plugin [needs proprietary VDDK]
 #
 %ifnarch %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9
@@ -160,6 +161,7 @@ Plik nagłówkowy dla wtyczek nbdkit.
        %{!?with_ocaml:--disable-ocaml} \
        %{!?with_perl:--disable-perl} \
        %{!?with_python:--disable-python} \
+       %{!?with_rust:--disable-rust} \
        --disable-static \
        %{?with_vddk:--with-vddk}
 
@@ -408,6 +410,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/nbdkit-filter.3*
 %{_mandir}/man3/nbdkit-golang-plugin.3*
 %{_mandir}/man3/nbdkit-lua-plugin.3*
-%{_mandir}/man3/nbdkit-rust-plugin.3*
 %{_mandir}/man3/nbdkit-sh-plugin.3*
 %{_mandir}/man3/nbdkit-tcl-plugin.3*
This page took 0.099915 seconds and 4 git commands to generate.