mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-wireless/osmo-fl2k: fix build failure
works fine on gcc 6.4.0 but not 7.3.0 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653 Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils linux-info udev
|
||||
inherit cmake-utils flag-o-matic linux-info udev
|
||||
|
||||
DESCRIPTION="turns FL2000-based USB 3.0 to VGA adapters into low cost DACs"
|
||||
|
||||
@@ -38,6 +38,9 @@ src_configure() {
|
||||
-DLIB_INSTALL_DIR="/usr/$(get_libdir)"
|
||||
-DINSTALL_UDEV_RULES=OFF
|
||||
)
|
||||
#https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653
|
||||
replace-flags -O0 -O2
|
||||
replace-flags -Os -O2
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
|
||||
@@ -38,6 +38,9 @@ src_configure() {
|
||||
-DLIB_INSTALL_DIR="/usr/$(get_libdir)"
|
||||
-DINSTALL_UDEV_RULES=OFF
|
||||
)
|
||||
#https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653
|
||||
replace-flags -O0 -O2
|
||||
replace-flags -Os -O2
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user