dev-libs/bitset: revision bump

Yet another attemp to fix CFLAGS handling

Bug: https://bugs.gentoo.org/815637
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
This commit is contained in:
Sergey Popov
2021-10-04 13:47:07 +03:00
parent 5dce038a4e
commit 13d1897a86

View File

@@ -26,6 +26,11 @@ DOCS=( README.md )
src_prepare() {
default
# Disable aggressive optimization, which does not respect CFLAGS
# with new autoconf, bug #815637
sed -i -e '/AX_CC_MAXOPT/d' configure.ac || die
eautoreconf
}