diff options
Diffstat (limited to 'sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild index 72946faeecfd..a096611ae0f7 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild @@ -22,7 +22,7 @@ src_prepare() { tc-export CC sed \ -e '/^CFLAGS/s:-O2::' \ - -e '/^CFLAGS/s:-g::' \ + -e '/^CFLAGS/s:-g:-std=gnu89:' \ -i Makefile || die } |