Bug 68615 - IUSE=static in sys-fs/dd-rescue
Bug#: 68615 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: Martin.vGagern@gmx.net
Component: Core system
URL: 
Summary: IUSE=static in sys-fs/dd-rescue
Keywords:  
Status Whiteboard: 
Opened: 2004-10-23 00:18 0000
Description:   Opened: 2004-10-23 00:18 0000
dd-rescue is one package I would like to compile statically, because as soon as
I need it, my glibc might not be reliable any more.

I beliebe the dependency on sed entered the ebuild at the same time that the
ebuild no longer used sed. So I'd say to remove this again.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Martin von Gagern 2004-10-23 00:20:00 0000 -------
Created an attachment (id=42447) [details]
dd-rescue-1.10.diff

------- Comment #2 From Ciaran McCreesh 2004-10-23 08:09:50 0000 -------
You should be using flag-o-matic for that kind of thing.

------- Comment #3 From SpanKY 2004-10-23 21:33:24 0000 -------
yes, the correct fix would be:

use static && append-ldflags -static

please test that

------- Comment #4 From SpanKY 2004-10-25 21:46:24 0000 -------
added to 1.10, thanks for the bug report ! :)