guix-commits
[Top][All Lists]
Advanced

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

206/376: Store.so: Add dependency on libnixutil


From: Ludovic Courtès
Subject: 206/376: Store.so: Add dependency on libnixutil
Date: Wed, 28 Jan 2015 22:05:04 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 7d7b67986a1f9d78dccd0bd4ad811af7dc65f60f
Author: Eelco Dolstra <address@hidden>
Date:   Thu Sep 18 16:28:51 2014 +0200

    Store.so: Add dependency on libnixutil
    
    Issue #346.
---
 perl/local.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/perl/local.mk b/perl/local.mk
index 8e5d72a..8ff60e9 100644
--- a/perl/local.mk
+++ b/perl/local.mk
@@ -23,7 +23,7 @@ ifeq ($(perlbindings), yes)
 
   Store_SOURCES := $(Store_DIR)/Store.cc
 
-  Store_LIBS = libstore
+  Store_LIBS = libstore libutil
 
   Store_CXXFLAGS = \
     -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \



reply via email to

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