about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-18T14·28+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-18T14·28+0200
commit7d7b67986a1f9d78dccd0bd4ad811af7dc65f60f (patch)
tree461747a1d5a05980f4d51d0d34121a26321dd780
parentd4a71ec3bfefa2f07e076895217414a9a842d6dc (diff)
Store.so: Add dependency on libnixutil
Issue #346.
-rw-r--r--perl/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/local.mk b/perl/local.mk
index 8e5d72a87c..8ff60e9ce3 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 \