pidgin.2.6.5: 3bc27028: *** Plucked rev 8afdf9fa3c0c98a673502323...

datallah at pidgin.im datallah at pidgin.im
Thu Jan 7 19:00:54 EST 2010


-----------------------------------------------------------------
Revision: 3bc270281fbb0f1322d25cf344feec8bb045862e
Ancestor: 62696a0f1033a2fe18ac60e4fc617d727ab86de8
Author: datallah at pidgin.im
Date: 2010-01-07T23:42:06
Branch: im.pidgin.pidgin.2.6.5
URL: http://d.pidgin.im/viewmtn/revision/info/3bc270281fbb0f1322d25cf344feec8bb045862e

Modified files:
        ChangeLog configure.ac

ChangeLog: 

*** Plucked rev 8afdf9fa3c0c98a6735023230f285152f54c3a79 (f05c54b03e6bbfdbff38c01697fbd353a969e05e):
Swap the order of -L and -l so that Solaris can find the Python libraries.

Patch from Paul \"aab\" Townsend.  Closes #10869, #10716.


-------------- next part --------------
============================================================
--- ChangeLog	ca55db6f2d2ca001f02f4b4cab45cede37bdf8bc
+++ ChangeLog	b51145a1ace5a70c7efdcde84d27f7352c79ef23
@@ -2,6 +2,9 @@ version 2.6.5 (??/??/20??):
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.6.5 (??/??/20??):
+	General:
+	* Build-time fixes for Solaris.  (Paul Townsend)
+
 	XMPP:
 	* Do not crash when attempting to register for a new account on Windows.
 
============================================================
--- configure.ac	7a798e6868005cd7065612b00304060059c32a5c
+++ configure.ac	7b6c270fdd6ad803f1b45dd6d400f7f427c7ece7
@@ -1470,7 +1470,7 @@ if test "_$pythonpath" != _ ; then
 		AC_CHECK_LIB(pthread, pthread_create, )
 		AC_CHECK_LIB(util, openpty, )
 		AC_CHECK_LIB(db, dbopen, )
-		PY_LIBS="-lpython$PY_VERSION -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
+		PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION"
 		PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
 		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
 		AC_MSG_RESULT(ok)


More information about the Commits mailing list