mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-tcltk/blt: build with -j1
Closes: https://bugs.gentoo.org/968126 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -106,7 +106,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake LDFLAGS="${LDFLAGS}"
|
||||
emake -j1 LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
@@ -123,7 +123,7 @@ src_install() {
|
||||
/usr/share/man/mann \
|
||||
/usr/include
|
||||
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
emake -j1 INSTALL_ROOT="${D}" install
|
||||
|
||||
dodoc NEWS PROBLEMS README
|
||||
docinto html
|
||||
|
||||
Reference in New Issue
Block a user