mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-util/bbe: Filter -Os.
Thanks to James Cloos for the report. Closes: https://bugs.gentoo.org/750545 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Sed-like editor for binary files"
|
||||
HOMEPAGE="https://sourceforge.net/projects/bbe-/"
|
||||
@@ -21,3 +21,10 @@ src_prepare() {
|
||||
eaclocal
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Avoid linking problems, bug #750545.
|
||||
replace-flags -Os -O2
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user