mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/slony1: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/855251 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=7
|
||||
POSTGRES_COMPAT=( 9.6 {10..14} )
|
||||
POSTGRES_USEDEP="server,threads(+)"
|
||||
|
||||
inherit postgres-multi
|
||||
inherit flag-o-matic postgres-multi
|
||||
|
||||
IUSE="doc perl"
|
||||
|
||||
@@ -47,6 +47,11 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=lto-type-mismatch
|
||||
# https://bugs.gentoo.org/855251
|
||||
# https://github.com/ssinger/slony1-engine/issues/21
|
||||
filter-lto
|
||||
|
||||
local slot_bin_dir="/usr/$(get_libdir)/postgresql-@PG_SLOT@/bin"
|
||||
use perl && myconf=" --with-perltools=\"${slot_bin_dir}\""
|
||||
postgres-multi_foreach econf ${myconf} \
|
||||
|
||||
Reference in New Issue
Block a user