[packages/opal] - vpb is built by default

qboosh qboosh at pld-linux.org
Mon Apr 18 22:13:04 CEST 2022


commit 747b8d13b81648bdfe9c64707fe3208a5fe3d3ca
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Apr 18 22:13:16 2022 +0200

    - vpb is built by default

 opal.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opal.spec b/opal.spec
index 6dccc2c..b4e1ba7 100644
--- a/opal.spec
+++ b/opal.spec
@@ -14,7 +14,7 @@
 %bcond_without	srtp		# SRTP protocol support (mutually exclusive with zrtp)
 %bcond_with	zrtp		# ZRTP protocol support (mutually exclusive with srtp; broken as of 3.10.9)
 %bcond_with	capi		# CAPI support
-%bcond_with	vpb		# Voicetronix VPB support
+%bcond_without	vpb		# Voicetronix VPB support
 %bcond_with	java		# Java JNI interface (only swig wrapper, Java part not built)
 %bcond_with	ruby		# Ruby interface (very initial, only swig wrapper)
 #
@@ -177,7 +177,7 @@ cd ..
 	%{!?with_java:--disable-java} \
 	%{!?with_ruby:--disable-ruby} \
 	%{!?with_srtp:--disable-srtp} \
-	%{?with_vpb:--enable-vpb} \
+	%{!?with_vpb:--disable-vpb} \
 %if %{with zrtp}
 	--enable-zrtp \
 	--with-bn-includedir=/usr/include \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opal.git/commitdiff/747b8d13b81648bdfe9c64707fe3208a5fe3d3ca



More information about the pld-cvs-commit mailing list