15335074 SUNBT6437314 pidgin should be built with SASL support
authorRich Burridge <rich.burridge@oracle.com>
Tue, 19 Jan 2016 12:32:07 -0800
changeset 5292 629042c81883
parent 5291 4bfb8e510e74
child 5293 bb35a9811599
15335074 SUNBT6437314 pidgin should be built with SASL support
components/desktop/pidgin/Makefile
--- a/components/desktop/pidgin/Makefile	Tue Jan 19 08:40:43 2016 -0800
+++ b/components/desktop/pidgin/Makefile	Tue Jan 19 12:32:07 2016 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -62,6 +62,7 @@
 
 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS +=	--disable-binreloc
+CONFIGURE_OPTIONS +=	--enable-cyrus-sasl
 CONFIGURE_OPTIONS +=	--enable-nss=no
 CONFIGURE_OPTIONS +=	--enable-gnutls=yes
 CONFIGURE_OPTIONS +=	--with-gnutls-includes=/usr/include/gnutls-3
@@ -116,6 +117,7 @@
 REQUIRED_PACKAGES += system/library/libdbus
 REQUIRED_PACKAGES += system/library/libdbus-glib
 REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/library/security/libsasl
 REQUIRED_PACKAGES += system/network/avahi
 REQUIRED_PACKAGES += x11/library/libice
 REQUIRED_PACKAGES += x11/library/libsm