Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
*** Bug 126719 has been marked as a duplicate of this bug. ***
Created an attachment (id=82494) [edit] zlib-1.2.3-linking.patch
Created an attachment (id=82495) [edit] Ebuild patches
> - link the tests to shared library instead of static one this is wrong so ive just committed the other fixes, thanks