Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172046 Details for
Bug 246810
uclibc build fix for app-arch/pbzip2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A similar patch for the 1.0.3 version
pbzip2-1.0.3-uclibc.patch (text/plain), 1.14 KB, created by
Jeroen Roovers (RETIRED)
on 2008-11-17 07:42:04 UTC
(
hide
)
Description:
A similar patch for the 1.0.3 version
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2008-11-17 07:42:04 UTC
Size:
1.14 KB
patch
obsolete
>--- pbzip2-1.0.3/pbzip2.cpp.orig 2008-10-31 16:43:33.000000000 +0100 >+++ pbzip2-1.0.3/pbzip2.cpp 2008-11-17 08:31:25.000000000 +0100 >@@ -136,7 +136,7 @@ > //#define PBZIP_NO_LOADAVG > > // detect systems that are known not to support load average code >-#if defined (WIN32) || defined (__CYGWIN32__) || defined (__MINGW32__) || defined (__BORLANDC__) || defined (__hpux) || defined (__osf__) >+#if defined (WIN32) || defined (__CYGWIN32__) || defined (__MINGW32__) || defined (__BORLANDC__) || defined (__hpux) || defined (__osf__) || defined(__UCLIBC__) > #define PBZIP_NO_LOADAVG > #endif > >@@ -1917,7 +1917,11 @@ > { > banner(); > fprintf(stderr, "\nInvalid command line: %s. Aborting...\n\n", reason); >+#ifndef PBZIP_NO_LOADAVG > fprintf(stderr, "Usage: %s [-1 .. -9] [-b#cdfklp#qrtV] <filename> <filename2> <filenameN>\n", progname); >+#else >+ fprintf(stderr, "Usage: %s [-1 .. -9] [-b#cdfkp#qrtV] <filename> <filename2> <filenameN>\n", progname); >+#endif > fprintf(stderr, " -b# : where # is the file block size in 100k (default 9 = 900k)\n"); > fprintf(stderr, " -c : output to standard out (stdout)\n"); > fprintf(stderr, " -d : decompress file\n");
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 246810
:
171773
|
171775
| 172046