Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126718 - sys-libs/zlib: misc minor fixes
Summary: sys-libs/zlib: misc minor fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 126719 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-18 13:47 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-03-19 00:41 UTC (History)
0 users

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


Attachments
zlib-1.2.3-linking.patch (zlib-1.2.3-linking.patch,795 bytes, patch)
2006-03-18 14:17 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Ebuild patches (zlib-ebuild.patch,687 bytes, patch)
2006-03-18 14:17 UTC, Diego Elio Pettenò (RETIRED)
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-03-18 13:47:56 UTC
A series of minor fixes for zlib ebuild with the attached patches (one for source, one for ebuild):

- respect LDFLAGS from user (this means that things like -Wl,-hashvals and similar works);
- don't run ldconfig (so that it doesn't create problems on FreeBSD for example);
- link the tests to shared library instead of static one (the make check does use the just built library); this wa sneeded to make the first work fine.

HTH,
Diego
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-18 14:09:13 UTC
*** Bug 126719 has been marked as a duplicate of this bug. ***
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-18 14:17:01 UTC
Created attachment 82494 [details, diff]
zlib-1.2.3-linking.patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-18 14:17:34 UTC
Created attachment 82495 [details, diff]
Ebuild patches
Comment 4 SpanKY gentoo-dev 2006-03-19 00:41:55 UTC
> - link the tests to shared library instead of static one

this is wrong so ive just committed the other fixes, thanks