First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 123571
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
zlib-bsd-soname.patch zlib-bsd-soname.patch patch SpanKY 2006-02-20 22:02 0000 407 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 123571 depends on: Show dependency tree
Bug 123571 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-02-20 21:58 0000
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 From SpanKY 2006-02-20 22:01:50 0000 -------
ive tried to send the configure patches we use upstream a few times, but never
got any response back :(

------- Comment #2 From SpanKY 2006-02-20 22:02:14 0000 -------
Created an attachment (id=80342) [edit]
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 From Diego E. 'Flameeyes' Pettenò 2006-02-20 22:36:18 0000 -------
Yeah that would be it.

------- Comment #4 From SpanKY 2006-02-21 15:55:30 0000 -------
added to current 1.2.3 ebuild

First Last Prev Next    No search results available      Search page      Enter new bug