Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243217 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]
updated patch
pidgin-2.7.3-ldflags.patch (text/plain), 1.50 KB, created by
Markos Chandras (RETIRED)
on 2010-08-16 14:05:25 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Markos Chandras (RETIRED)
Created:
2010-08-16 14:05:25 UTC
Size:
1.50 KB
patch
obsolete
>Index: pidgin-2.7.3/libpurple/plugins/perl/common/Makefile.PL.in >=================================================================== >--- pidgin-2.7.3.orig/libpurple/plugins/perl/common/Makefile.PL.in >+++ pidgin-2.7.3/libpurple/plugins/perl/common/Makefile.PL.in >@@ -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@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', > 'OBJECT' => '$(O_FILES)', # link all the C files too > # 'OPTIMIZE' => '-g', # For debugging >Index: pidgin-2.7.3/pidgin/plugins/perl/common/Makefile.PL.in >=================================================================== >--- pidgin-2.7.3.orig/pidgin/plugins/perl/common/Makefile.PL.in >+++ pidgin-2.7.3/pidgin/plugins/perl/common/Makefile.PL.in >@@ -12,7 +12,7 @@ WriteMakefile( > '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"], >-# 'OPTIMIZE' => '-g', # For debugging. >+ 'OPTIMIZE' => '@CFLAGS@ @LDFLAGS@', > 'INSTALLDIRS' => 'vendor', > 'INSTALL_BASE' => '$(prefix)', > 'INSTALLVENDORARCH' => '$(libdir)/pidgin/perl',
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