Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165143 Details for
Bug 237356
[QA] dev-perl/Locale-gettext doesn't respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal
Locale-gettext.patch (text/plain), 426 bytes, created by
Olivier Huber
on 2008-09-10 17:51:08 UTC
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-09-10 17:51:08 UTC
Size:
426 bytes
patch
obsolete
>--- Makefile.PL~ 2005-01-31 00:30:22.000000000 +0100 >+++ Makefile.PL 2008-09-10 19:47:28.755970950 +0200 >@@ -31,9 +31,13 @@ > unlink("conftest.c"); > unlink("conftest"); > >+my $myLDFLAGS = $ENV{LDFLAGS}; >+my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS; >+ > WriteMakefile( > NAME => "Locale::gettext", > LIBS => ($libs eq '') ? [] : [$libs], >+ LDDLFLAGS => $LDDLFLAGS, > VERSION_FROM => 'gettext.pm', > ); >
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 237356
: 165143