Gentoo Archives: gentoo-dev

From: Luca Barbato <lu_zero@g.o>
To: Gentoo Developers <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Useflag static split
Date: Mon, 22 Nov 2004 15:13:14
Message-Id: 41A201C2.3020201@gentoo.org
1 Lately I found lots of problems and inconsistency for the useflag static.
2
3 Sometimes it means "build only static", sometimes "build static and shared".
4
5 The problem:
6
7 If you need to build something static you need the static libs.
8
9 If the use flag depend is allowed probably that could be a dirty
10 solution. Luckly it isn't yet, so we have to find a cleaner one:
11
12 1- split static in static and static-lib (static-lib will make the
13 library build also the static version, static will build _just_ the
14 static lib)
15
16 2- make everly library build always the static library and let use
17 static just apply for executables.
18
19 Tell me what you think
20
21 lu
22
23 PS: some annoying examples: qemu:qemu-fast, openssh:static
24
25 --
26 Luca Barbato
27 Developer
28 Gentoo Linux http://www.gentoo.org/~lu_zero
29
30
31
32 --
33 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Useflag static split Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] Useflag static split Donnie Berkholz <spyderous@g.o>