Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Versioned symbols break alsa-lib
Date: Tue, 08 Jan 2008 02:25:40
Message-Id: 1199759137.23449.7.camel@localhost
In Reply to: [gentoo-embedded] Versioned symbols break alsa-lib by Matthijs Kooijman
1 On Sun, 2008-01-06 at 18:52 +0100, Matthijs Kooijman wrote:
2 [snip]
3
4 ...
5
6 > The solution to this problem turned out to be compiling alsa-lib with
7 > --without-versioned. This way, only the default version of each symbol is
8 > compiled, and no version information is added.
9
10 The solution seems rather simple.
11
12 use elibc_glibc || myconf="${myconf} --without-versioned"
13
14
15
16 --
17 gentoo-embedded@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Versioned symbols break alsa-lib Matthijs Kooijman <matthijs@×××××.nl>