Pass the new (in v11) configure argument with glibc per upstream release notes.
Closes: https://bugs.gentoo.org/486328
Package-Manager: Portage-2.3.43, Repoman-2.3.10
LIBSPEEX_CFLAGS=' '
LIBSPEEX_LIBS=' '
)
+ else
+ # Make padsp work for non-native ABI, supposedly only possible with glibc; this is used by /usr/bin/padsp that comes from native build, thus we need this argument for native build
+ if use elibc_glibc ; then
+ myconf+=( --with-pulsedsp-location="${EPREFIX}"'/usr/\\$$LIB/pulseaudio' )
+ fi
fi
ECONF_SOURCE=${S} \