pidgin: 8afdf9fa: Swap the order of -L and -l so that Sola...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Wed Dec 2 14:40:40 EST 2009
-----------------------------------------------------------------
Revision: 8afdf9fa3c0c98a6735023230f285152f54c3a79
Ancestor: 1cac7cac77af89888c9e9819736317b28b63baca
Author: darkrain42 at pidgin.im
Date: 2009-12-02T19:38:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8afdf9fa3c0c98a6735023230f285152f54c3a79
Modified files:
ChangeLog configure.ac
ChangeLog:
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 ffe99bba67741d28470723a179c567a8b0e0f72b
+++ ChangeLog 0db4a77a8b54bdd7bbb9a6136d9677cb31aac150
@@ -1,6 +1,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:
* When getting info on a domain-only (server) JID, show uptime
(when given by the result of the "last query") and don't show status as
============================================================
--- configure.ac d6baa8349055ffa1e1fd52d14a11851dfae52215
+++ configure.ac d4529f5ddf924180dac860cef256e1fc45293005
@@ -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