mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/pgpool2: filter -fno-semantic-interposition
The usual always_inline vs -fno-semantic-interposition alias issue. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -50,6 +50,8 @@ src_prepare() {
|
||||
src_configure() {
|
||||
# bug #946410
|
||||
append-cflags -std=gnu17
|
||||
# Usual always_inline problem
|
||||
filter-flags -fno-semantic-interposition
|
||||
|
||||
postgres-multi_foreach econf \
|
||||
--disable-rpath \
|
||||
|
||||
@@ -55,6 +55,8 @@ src_prepare() {
|
||||
src_configure() {
|
||||
# bug #946410
|
||||
append-cflags -std=gnu17
|
||||
# Usual always_inline problem
|
||||
filter-flags -fno-semantic-interposition
|
||||
|
||||
postgres-multi_foreach econf \
|
||||
--disable-rpath \
|
||||
|
||||
Reference in New Issue
Block a user