Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64394 Details for
Bug 95770
perl-5.8.6-r4 segfaults during minitest on ppc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New version of perl-reorder-INC.patch
reorder-new.patch (text/plain), 1.11 KB, created by
Michael Cummings (RETIRED)
on 2005-07-26 16:41:54 UTC
(
hide
)
Description:
New version of perl-reorder-INC.patch
Filename:
MIME Type:
Creator:
Michael Cummings (RETIRED)
Created:
2005-07-26 16:41:54 UTC
Size:
1.11 KB
patch
obsolete
>--- perl.c.orig 2005-07-26 13:04:54.000000000 -0400 >+++ perl.c 2005-07-26 13:05:05.000000000 -0400 >@@ -4397,9 +4397,9 @@ S_init_perllib(pTHX) > incpush(APPLLIB_EXP, TRUE, TRUE, TRUE); > #endif > >-#ifdef ARCHLIB_EXP >- incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE); >-#endif >+ /* for configuration where /usr is mounted ro (CPAN::Config, Net::Config) */ >+ incpush("/etc/perl", FALSE, FALSE, TRUE); >+ > #ifdef MACOS_TRADITIONAL > { > Stat_t tmpstatbuf; >@@ -4426,8 +4426,6 @@ S_init_perllib(pTHX) > #endif > #if defined(WIN32) > incpush(PRIVLIB_EXP, TRUE, FALSE, TRUE); >-#else >- incpush(PRIVLIB_EXP, FALSE, FALSE, TRUE); > #endif > > #ifdef SITEARCH_EXP >@@ -4471,6 +4469,15 @@ S_init_perllib(pTHX) > incpush(PERL_VENDORLIB_STEM, FALSE, TRUE, TRUE); > #endif > >+ incpush(ARCHLIB_EXP, FALSE, FALSE, TRUE); >+ incpush(PRIVLIB_EXP, FALSE, FALSE, TRUE); >+ >+ /* Non-versioned site directory for local modules and for >+ compatability with the previous packages' site dirs */ >+ >+ incpush("/usr/local/lib/site_perl", TRUE, FALSE, TRUE); >+ >+ > #ifdef PERL_OTHERLIBDIRS > incpush(PERL_OTHERLIBDIRS, TRUE, TRUE, TRUE); > #endif
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 95770
: 64394