pidgin: f3215185: Make perl bindings respect LDFLAGS. Fix...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Fri Jan 7 22:05:55 EST 2011
----------------------------------------------------------------------
Revision: f32151852a00fb5abd3fdccdd8df2419031666de
Parent: afeb16e66325c0dab097cc78db687bb9cc2f4470
Author: pva at gentoo.org
Date: 01/07/11 21:34:47
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de
Changelog:
Make perl bindings respect LDFLAGS. Fixes #12638.
Changes against parent afeb16e66325c0dab097cc78db687bb9cc2f4470
patched COPYRIGHT
patched ChangeLog
patched libpurple/plugins/perl/common/Makefile.PL.in
patched pidgin/plugins/perl/common/Makefile.PL.in
-------------- next part --------------
============================================================
--- ChangeLog 9b2148466d7748902cb53eb64889755bd6043682
+++ ChangeLog 24e136d0369da139c18994250c26cebbb87dcb45
@@ -7,6 +7,7 @@ version 2.7.10 (??/??/????):
(half of #13095)
* Starting multiple video calls and ending one no longer causes the other
calls to stop sending audio and video. (Jakub Adam) (#12758)
+ * Perl bindings now respect LDFLAGS. (Peter Volkov) (#12638)
IRC:
* Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692)
============================================================
--- libpurple/plugins/perl/common/Makefile.PL.in a8840c8f3fed5b6b6678cd4d8604e266b90f5175
+++ libpurple/plugins/perl/common/Makefile.PL.in b2fa8926e8fb4931d4793391ea80498b39fba8fd
@@ -10,6 +10,7 @@ WriteMakefile(
(ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT
AUTHOR => 'Purple <http://pidgin.im/>') : ()),
'DEFINE' => '@DEBUG_CFLAGS@',
+ 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
'INC' => '-I. -I at srcdir@ -I at top_srcdir@ -I at top_srcdir@/libpurple @GLIB_CFLAGS@',
'OBJECT' => '$(O_FILES)', # link all the C files too
# 'OPTIMIZE' => '-g', # For debugging
============================================================
--- COPYRIGHT d473e2d8c499ed621e0ee46f016be0d86aea4cc7
+++ COPYRIGHT 2839ec614a0eb12cc44451a5fc7d9ec9f131bda0
@@ -540,6 +540,7 @@ Bjoern Voigt
Andrew Victor
Jorge Villase?or (Masca)
Bjoern Voigt
+Peter Volkov
Wan Hing Wah
Philip Walford
Nathan Walp
============================================================
--- pidgin/plugins/perl/common/Makefile.PL.in 1830f8e101ea68b0f7b3334ea9a4e72b0c59ca73
+++ pidgin/plugins/perl/common/Makefile.PL.in 5cc1cadb939d785812ce8d3e34c9e9d48fa585de
@@ -9,6 +9,7 @@ WriteMakefile(
('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
'AUTHOR' => 'Pidgin <http://pidgin.im/>') : ()),
'DEFINE' => '@DEBUG_CFLAGS@',
+ 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
'INC' => '-I. -I at srcdir@ -I at top_srcdir@ -I at top_srcdir@/libpurple -I at top_srcdir@/pidgin @GTK_CFLAGS@',
'OBJECT' => '$(O_FILES)', # link all the C files too
'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
More information about the Commits
mailing list