Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123571 - sys-libs/zlib: enable soname on all BSD platforms
Summary: sys-libs/zlib: enable soname on all BSD platforms
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 21:58 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
zlib-bsd-soname.patch (zlib-bsd-soname.patch,407 bytes, patch)
2006-02-20 22:02 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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