commit: d1f25b7d50dffbff5ddbf63fba6294309a5a19b5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Aug 19 01:13:19 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 01:13:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d1f25b7d
bcache: Fix pkg-config call Bug: https://bugs.gentoo.org/737894 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> gkbuilds/bcache-tools.gkbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkbuilds/bcache-tools.gkbuild b/gkbuilds/bcache-tools.gkbuild index f34828b..556e7f2 100644 --- a/gkbuilds/bcache-tools.gkbuild +++ b/gkbuilds/bcache-tools.gkbuild @@ -6,7 +6,7 @@ src_configure() { } src_compile() { - PKG_CONFIG="$(tc-getPKG_CONFIG) -static" \ + PKG_CONFIG="$(tc-getPKG_CONFIG) --static" \ gkmake V=1 }
