Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123571

Summary: sys-libs/zlib: enable soname on all BSD platforms
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: zlib-bsd-soname.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-20 21:58:00 UTC
For some reason the soname is currently created during zlib build only on Linux and GNU/* operating systems, although it can (and should) be used on BSD platforms, too.

Adding this sed line ensure that the soname is added for them, too:

sed -i -e 's:GNU/\*:GNU/* | *BSD | DragonFly:g' ${S}/configure

I originally intended to put that in a patch, but as the sources are quite changed from the original, this probably ensures that no extra patch fixing is needed if something is added.
Comment 1 SpanKY gentoo-dev 2006-02-20 22:01:50 UTC
ive tried to send the configure patches we use upstream a few times, but never got any response back :(
Comment 2 SpanKY gentoo-dev 2006-02-20 22:02:14 UTC
Created attachment 80342 [details, diff]
zlib-bsd-soname.patch

i imagine this is the patch you want ?  just apply it after all the other ones in the zlib ebuild ...
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-20 22:36:18 UTC
Yeah that would be it.
Comment 4 SpanKY gentoo-dev 2006-02-21 15:55:30 UTC
added to current 1.2.3 ebuild