]> git.pld-linux.org Git - packages/nbdkit.git/commitdiff
- vddk plugin is now built on x86_64 using included stubs
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jun 2023 17:03:18 +0000 (19:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jun 2023 17:03:18 +0000 (19:03 +0200)
nbdkit.spec

index f4fdeed7792f913e55788c87fd8a6ce5610810cf..ba83258ff88734c3219368a6b8697fec90f2b0e6 100644 (file)
 %bcond_without ruby            # Ruby language plugin
 %bcond_with    rust            # Rust language plugin
 %bcond_without tcl             # Tcl language plugin
-%bcond_with    vddk            # VMware VDDK plugin [needs proprietary VDDK]
+%bcond_without vddk            # VMware VDDK plugin (x86_64 only)
 #
 %ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9
 %undefine      with_ocaml
 %undefine      with_golang
 %endif
+%ifnarch %{x8664}
+%undefine      with_vddk
+%endif
 
 Summary:       Toolkit for creating NBD servers
 Summary(pl.UTF-8):     Narzędzia do tworzenia serwerów NBD
@@ -247,7 +250,7 @@ Plik nagłówkowy dla wtyczek nbdkit.
        %{!?with_rust:--disable-rust} \
        --disable-static \
        %{!?with_tcl:--disable-tcl} \
-       %{?with_vddk:--with-vddk}
+       %{!?with_vddk:--without-vddk}
 
 %{__make} \
        INSTALLDIRS=vendor
This page took 0.530598 seconds and 4 git commands to generate.