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

Bug 126718

Summary: sys-libs/zlib: misc minor fixes
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: zlib-1.2.3-linking.patch
Ebuild patches

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