mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-fs/fuse: quote '-flto*' to prevent expansion by the shell
Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -37,7 +37,7 @@ src_prepare() {
|
||||
default
|
||||
|
||||
# lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
|
||||
filter-flags -flto*
|
||||
filter-flags '-flto*'
|
||||
|
||||
# passthough_ll is broken on systems with 32-bit pointers
|
||||
cat /dev/null > example/meson.build || die
|
||||
|
||||
Reference in New Issue
Block a user