Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165138 Details for
Bug 237346
[QA] dev-perl/Compress-Raw-Zlib 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
Compress-Raw-Zlib.patch (text/plain), 797 bytes, created by
Olivier Huber
on 2008-09-10 17:06:32 UTC
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-09-10 17:06:32 UTC
Size:
797 bytes
patch
obsolete
>--- Makefile.PL~ 2008-09-03 18:18:25.000000000 +0200 >+++ Makefile.PL 2008-09-07 00:07:52.075791540 +0200 >@@ -6,6 +6,7 @@ > use private::MakeUtil; > use ExtUtils::MakeMaker 5.16 ; > use ExtUtils::Install (); # only needed to check for version >+use Config qw(%Config); > > my $ZLIB_LIB ; > my $ZLIB_INCLUDE ; >@@ -62,9 +63,13 @@ > UpDowngrade(getPerlFiles('MANIFEST')) > unless $ENV{PERL_CORE}; > >+my $myLDFLAGS = $ENV{LDFLAGS}; >+my $LDDLFLAGS = join ' ', $Config{lddlflags},$myLDFLAGS; >+ > WriteMakefile( > NAME => 'Compress::Raw::Zlib', > VERSION_FROM => 'lib/Compress/Raw/Zlib.pm', >+ 'LDDLFLAGS' => $LDDLFLAGS, > INC => "-I$ZLIB_INCLUDE" , > DEFINE => "$OLD_ZLIB $WALL -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H" , > XS => { 'Zlib.xs' => 'Zlib.c'},
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 237346
: 165138