SF.net SVN: gar:[23165] csw/mgar/pkg/pidgin/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Sun Mar 9 12:11:00 CET 2014


Revision: 23165
          http://sourceforge.net/p/gar/code/23165
Author:   lblume
Date:     2014-03-09 11:10:59 +0000 (Sun, 09 Mar 2014)
Log Message:
-----------
pidgin/trunk: Switch from NSS to GNUtls

Modified Paths:
--------------
    csw/mgar/pkg/pidgin/trunk/Makefile

Modified: csw/mgar/pkg/pidgin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin/trunk/Makefile	2014-03-09 10:52:07 UTC (rev 23164)
+++ csw/mgar/pkg/pidgin/trunk/Makefile	2014-03-09 11:10:59 UTC (rev 23165)
@@ -22,8 +22,9 @@
 CONFIGURE_ARGS += --with-tclconfig=$(libdir)
 CONFIGURE_ARGS += --with-tkconfig=$(libdir)
 # GNUtls causes issues and failures to connect using SSL
-CONFIGURE_ARGS += --enable-gnutls=no
-CONFIGURE_ARGS += --enable-nss=yes
+# ... or not. Or sometimes it works better. Who knows.
+CONFIGURE_ARGS += --enable-gnutls=yes
+CONFIGURE_ARGS += --enable-nss=no
 CONFIGURE_ARGS += --disable-avahi
 CONFIGURE_ARGS += --disable-nm
 CONFIGURE_ARGS += --with-x

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list