mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-db/datadraw: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958452 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
50299ad5a5
commit
39f95746b3
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo toolchain-funcs
|
||||
inherit dot-a edo toolchain-funcs
|
||||
|
||||
DESCRIPTION="feature rich database generator for high performance C applications"
|
||||
HOMEPAGE="http://datadraw.sourceforge.net/"
|
||||
@ -23,6 +23,7 @@ PATCHES=(
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CC
|
||||
lto-guarantee-fat
|
||||
edo ./configure --prefix="${EPREFIX}/usr"
|
||||
}
|
||||
|
||||
@ -36,6 +37,8 @@ src_install() {
|
||||
|
||||
doheader util/*.h
|
||||
|
||||
strip-lto-bytecode
|
||||
|
||||
HTML_DOCS=( www/index.html www/images )
|
||||
einstalldocs
|
||||
dodoc manual.pdf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user