Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165131 Details for
Bug 237344
[QA] dev-perl/Net-DNS-0.63 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
Net-DNS.patch (text/plain), 534 bytes, created by
Olivier Huber
on 2008-09-10 17:01:03 UTC
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-09-10 17:01:03 UTC
Size:
534 bytes
patch
obsolete
>--- Makefile.PL~ 2008-02-08 16:25:54.000000000 +0100 >+++ Makefile.PL 2008-09-06 23:05:22.882799725 +0200 >@@ -11,6 +11,9 @@ > > sub DEBUG { 0; } > >+my $myLDFLAGS = $ENV{LDFLAGS}; >+my $LDDLFLAGS = join ' ', $Config{lddlflags},$myLDFLAGS; >+ > # An existing makefile can confuse the CC test. > unlink('Makefile'); > # clean up the online testing flag file. >@@ -74,6 +76,7 @@ > }, > XS => {}, > C => [], >+ 'LDDLFLAGS' => $LDDLFLAGS, > clean => { FILES => 't/online.enabled compile.* DNS.o DNS.c DNS.bs' }, > >
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 237344
: 165131