Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245732 Details for
Bug 331851
net-im/pidgin[perl] does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pidgin-2.7.3-ldflags.patch
pidgin-2.7.3-ldflags.patch (text/plain), 1.38 KB, created by
Peter Volkov (RETIRED)
on 2010-09-02 12:56:56 UTC
(
hide
)
Description:
pidgin-2.7.3-ldflags.patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2010-09-02 12:56:56 UTC
Size:
1.38 KB
patch
obsolete
>=== modified file 'libpurple/plugins/perl/common/Makefile.PL.in' >--- libpurple/plugins/perl/common/Makefile.PL.in 2010-08-31 07:25:25 +0000 >+++ libpurple/plugins/perl/common/Makefile.PL.in 2010-08-31 07:25:52 +0000 >@@ -10,6 +10,7 @@ > (ABSTRACT_FROM => '@srcdir@/Purple.pm', # finds $ABSTRACT > AUTHOR => 'Purple <http://pidgin.im/>') : ()), > 'DEFINE' => '@DEBUG_CFLAGS@', >+ 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, > 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', > 'OBJECT' => '$(O_FILES)', # link all the C files too > # 'OPTIMIZE' => '-g', # For debugging > >=== modified file 'pidgin/plugins/perl/common/Makefile.PL.in' >--- pidgin/plugins/perl/common/Makefile.PL.in 2010-08-31 07:25:25 +0000 >+++ pidgin/plugins/perl/common/Makefile.PL.in 2010-08-31 07:26:10 +0000 >@@ -9,6 +9,7 @@ > ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT > 'AUTHOR' => 'Pidgin <http://pidgin.im/>') : ()), > 'DEFINE' => '@DEBUG_CFLAGS@', >+ 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, > 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@', > 'OBJECT' => '$(O_FILES)', # link all the C files too > 'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"], >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 331851
:
242061
|
243217
| 245732