guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: woff2: Fix build parallelism.


From: Eric Bavier
Subject: 02/02: gnu: woff2: Fix build parallelism.
Date: Mon, 25 Apr 2016 23:49:38 +0000

bavier pushed a commit to branch master
in repository guix.

commit f79ee25f32e9eb165e34c8748a93006205d87f94
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 25 18:38:50 2016 -0500

    gnu: woff2: Fix build parallelism.
    
    * gnu/packages/patches/woff2-libbrotli.patch: Add dependency of
    executables on object files.
---
 gnu/packages/patches/woff2-libbrotli.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/patches/woff2-libbrotli.patch 
b/gnu/packages/patches/woff2-libbrotli.patch
index 47539c8..ffa941c 100644
--- a/gnu/packages/patches/woff2-libbrotli.patch
+++ b/gnu/packages/patches/woff2-libbrotli.patch
@@ -46,7 +46,7 @@ index 92b8d54..618a751 100644
 -deps :
 -      $(MAKE) -C $(BROTLI)/dec
 -      $(MAKE) -C $(BROTLI)/enc
-+$(EXECUTABLES) : $(EXE_OBJS)
++$(EXECUTABLES) : $(EXE_OBJS) $(OBJS)
 +      $(CXX) $(LDFLAGS) $(OBJS) $(SRCDIR)/address@hidden -o $@ $(BROTLI_LIBS) 
$(LIBS)
  
  clean :



reply via email to

[Prev in Thread] Current Thread [Next in Thread]