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:
Eli Schwartz 2025-08-04 21:43:45 -04:00
parent 50299ad5a5
commit 39f95746b3
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -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