mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/chafa: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic
|
||||
inherit flag-o-matic libtool
|
||||
|
||||
DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
|
||||
HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa"
|
||||
@@ -28,6 +28,11 @@ QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
_mm_popcnt_u64
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug 909429
|
||||
use webp && append-ldflags -lwebp
|
||||
|
||||
@@ -27,6 +27,11 @@ QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
_mm_popcnt_u64
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug 909429
|
||||
use webp && append-ldflags -lwebp
|
||||
|
||||
Reference in New Issue
Block a user