aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/local.mk b/perl/local.mk
index 8e5d72a87..8ff60e9ce 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 \