Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165147 Details for
Bug 237360
[QA] dev-perl/XML-LibXML doesn't respect LDFLAGS (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal
XML-LibXML.patch (text/plain), 514 bytes, created by
Olivier Huber
on 2008-09-10 18:03:49 UTC
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-09-10 18:03:49 UTC
Size:
514 bytes
patch
obsolete
>--- Makefile.PL~ 2008-01-29 22:05:08.000000000 +0100 >+++ Makefile.PL 2008-09-10 19:58:35.617972936 +0200 >@@ -290,9 +290,14 @@ > > # -------------------------------------------------------------------------- # > # _NOW_ write the Makefile >+ >+my $myLDFLAGS = $ENV{LDFLAGS}; >+my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS; >+ > WriteMakefile( > %INFOS, > %config, >+ LDDLFLAGS => $LDDLFLAGS, > ); > # -------------------------------------------------------------------------- # >
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 237360
: 165147