[packages/ptlib] - comment cleanup, restored sasl disabled by mistake

qboosh qboosh at pld-linux.org
Mon Aug 3 16:14:39 CEST 2015


commit e0f7132c08a12eb8f73cb9b8b9e644a9091dec12
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Aug 3 16:14:23 2015 +0200

    - comment cleanup, restored sasl disabled by mistake

 ptlib.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ptlib.spec b/ptlib.spec
index d50f6aa..7f00905 100644
--- a/ptlib.spec
+++ b/ptlib.spec
@@ -3,17 +3,17 @@
 #	Recommended versions of ptlib and opal can be found at:
 #	http://wiki.ekiga.org/index.php/Download_Ekiga_sources
 #	(for Ekiga 4.0.x it's ptlib 2.10.x + opal 3.10.x)
-# TODO: lua support (needs patching or some lua version packaged as default)
 #
 # Conditional build:
 %bcond_without	http		# HTTP support
 %bcond_without	ipv6		# IPv6 support
 %bcond_without	ldap		# LDAP support
-%bcond_without	lua		# Lua support
+%bcond_without	lua		# Lua script support
 %bcond_without	odbc		# ODBC support
 %bcond_without	openssl		# openssl support
 %bcond_without	plugins		# plugins support
 %bcond_without	resolver	# resolver support
+%bcond_without	sasl		# SASL support
 %bcond_without	video		# video support
 %bcond_with	esd		# EsounD audio support (obsolete)
 %bcond_with	avc1394		# AVC1394 video input plugin [requires old libraw1394]
@@ -36,7 +36,7 @@ URL:		http://www.opalvoip.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	bison
-BuildRequires:	cyrus-sasl-devel
+%{?with_sasl:BuildRequires:	cyrus-sasl-devel}
 %{?with_esd:BuildRequires:	esound-devel}
 BuildRequires:	expat-devel
 BuildRequires:	flex
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ptlib.git/commitdiff/e0f7132c08a12eb8f73cb9b8b9e644a9091dec12



More information about the pld-cvs-commit mailing list