From 3465d0a7db0884b37045027904a308e839fdc853 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 20 Dec 2017 21:58:52 +0100 Subject: dev-libs/libowfat: enable parallel build Closes: https://github.com/gentoo/gentoo/pull/6485 Closes: https://bugs.gentoo.org/show_bug.cgi?id=639730 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Signed-off-by: Thomas Deutschmann --- dev-libs/libowfat/libowfat-0.31-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/libowfat/libowfat-0.31-r1.ebuild') diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild index 027cbf1998c4..9bd8cf6f80af 100644 --- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.31-r1.ebuild @@ -24,7 +24,7 @@ pkg_setup() { } src_compile() { - emake -j1 \ + emake \ CC=$(tc-getCC) \ CFLAGS="-I. ${CFLAGS}" \ DIET="/usr/bin/diet -Os" \ @@ -34,7 +34,7 @@ src_compile() { } src_install () { - emake -j1 \ + emake \ DESTDIR="${D}" \ LIBDIR="/usr/$(get_libdir)" \ MAN3DIR="/usr/share/man/man3" \ -- cgit v1.2.3-65-gdbad