mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user