[packages/nbdkit] - vddk plugin is now built on x86_64 using included stubs

qboosh qboosh at pld-linux.org
Tue Jun 20 19:24:43 CEST 2023


commit 00bc16feae2c69477ee5f5f4a874b0828e70fc9d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 20 19:03:18 2023 +0200

    - vddk plugin is now built on x86_64 using included stubs

 nbdkit.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nbdkit.spec b/nbdkit.spec
index f4fdeed..ba83258 100644
--- a/nbdkit.spec
+++ b/nbdkit.spec
@@ -10,12 +10,15 @@
 %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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nbdkit.git/commitdiff/00bc16feae2c69477ee5f5f4a874b0828e70fc9d



More information about the pld-cvs-commit mailing list