Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210137 - media-libs/sdl-gfx does not respect LDFLAGS (broken libtool)
Summary: media-libs/sdl-gfx does not respect LDFLAGS (broken libtool)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2008-02-14 15:02 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-14 15:02:37 UTC
As per summary:

 TYPE   SECTION FILE
ET_DYN .hash /usr/lib/debug/usr/lib64/libSDL_gfx.so.0.0.16.debug
ET_DYN .hash /usr/lib64/libSDL_gfx.so.0
ET_DYN .hash /usr/lib64/libSDL_gfx.so.0.0.16
ET_DYN .hash /usr/lib64/libSDL_gfx.so

Easy fix for this: in src_unpack before elibtoolize

cd "${S}"
rm acinclude.m4 # contains oooooold copies of libtool.m4, plus sdl.m4 which is already a dependency
eautoreconf

[of course adding autotools eclass to inherit]

And the problem is solved here :)
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2008-02-14 15:16:15 UTC
done