Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98690 Details for
Bug 149929
sys-libs/zlib 1.2.3 fails to export post-1.2.2 symbols
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Above mentioned patch
zlib-1.2.2-mapfile.patch (text/plain), 2.22 KB, created by
Rafał Mużyło
on 2006-10-03 01:12:15 UTC
(
hide
)
Description:
Above mentioned patch
Filename:
MIME Type:
Creator:
Rafał Mużyło
Created:
2006-10-03 01:12:15 UTC
Size:
2.22 KB
patch
obsolete
>--- configure.orig 2003-12-02 12:48:03.882675272 -0800 >+++ configure 2003-12-02 13:00:18.728031272 -0800 >@@ -76,7 +76,9 @@ > SFLAGS=${CFLAGS-"-fPIC -O3"} > CFLAGS="$cflags" > case `(uname -s || echo unknown) 2>/dev/null` in >- Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};; >+ Linux | linux | GNU | GNU/*) >+ LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"} >+ MAPFILE=${MAPFILE-"-Wl,--version-script,mapfile"};; > CYGWIN* | Cygwin* | cygwin* | OS/2* ) > EXE='.exe';; > QNX*) # This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4 >@@ -123,6 +125,7 @@ > LDSHARED=${LDSHARED-"cc -dy -KPIC -G"};; > SunOS\ 5*) SFLAGS=${CFLAGS-"-fast -xcg89 -KPIC -R."} > CFLAGS=${CFLAGS-"-fast -xcg89"} >+ MAPFILE=${MAPFILE-"-M mapfile"} > LDSHARED=${LDSHARED-"cc -G"};; > SunOS\ 4*) SFLAGS=${CFLAGS-"-O2 -PIC"} > CFLAGS=${CFLAGS-"-O2"} >@@ -169,6 +172,7 @@ > echo 'No shared library support; try without defining CC and CFLAGS' > shared=0; > fi >+ LDSHARED="${LDSHARED} ${MAPFILE}" > fi > if test $shared -eq 0; then > LDSHARED="$CC" >--- /dev/null 2003-10-15 22:31:52.000000000 -0700 >+++ mapfile 2003-12-02 12:59:22.275926800 -0800 >@@ -0,0 +1,63 @@ >+{ >+ global: >+ zlibVersion ; >+ deflateInit_ ; >+ deflateInit2_ ; >+ deflate ; >+ deflateSetDictionary ; >+ deflateCopy ; >+ deflateReset ; >+ deflateParams ; >+ deflateEnd ; >+ deflateBound ; >+ deflatePrime ; >+ inflateInit_ ; >+ inflateInit2_ ; >+ inflate ; >+ inflateSetDictionary ; >+ inflateSync ; >+ inflateReset ; >+ inflateEnd ; >+ inflateCopy ; >+ inflateBackInit_ ; >+ inflateBack ; >+ inflateBackEnd ; >+ zlibCompileFlags ; >+ compressBound ; >+ compress ; >+ compress2 ; >+ uncompress ; >+ gzopen ; >+ gzdopen ; >+ gzsetparams ; >+ gzread ; >+ gzwrite ; >+ gzprintf ; >+ gzputs ; >+ gzgets ; >+ gzputc ; >+ gzgetc ; >+ gzungetc ; >+ gzflush ; >+ gzseek ; >+ gzrewind ; >+ gztell ; >+ gzeof ; >+ gzclose ; >+ gzerror ; >+ gzclearerr ; >+ adler32 ; >+ crc32 ; >+ zError ; >+ inflateSyncPoint ; >+ get_crc_table ; >+ crc32_combine ; >+ adler32_combine ; >+ inflateGetheader ; >+ deflateSetHeader ; >+ gzdirect ; >+ deflateTune ; >+ inflatePrime ; >+ local: >+ *; >+};
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 149929
: 98690