commit: 1e4d93e0a4d4eb90f52f5c074f7548ca49416ec7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 16 18:33:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 18:39:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d93e0
sys-fs/compsize: respect CC Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/compsize/compsize-1.5.ebuild | 4 +++- sys-fs/compsize/compsize-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild index f00e46619d5..471c60d719d 100644 --- a/sys-fs/compsize/compsize-1.5.ebuild +++ b/sys-fs/compsize/compsize-1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files" HOMEPAGE="https://github.com/kilobyte/compsize" @@ -29,6 +29,8 @@ src_prepare() { } src_configure() { + tc-export CC + use debug && append-cflags -Wall -DDEBUG -g default } diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild index f00e46619d5..471c60d719d 100644 --- a/sys-fs/compsize/compsize-9999.ebuild +++ b/sys-fs/compsize/compsize-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of files" HOMEPAGE="https://github.com/kilobyte/compsize" @@ -29,6 +29,8 @@ src_prepare() { } src_configure() { + tc-export CC + use debug && append-cflags -Wall -DDEBUG -g default }
