diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/local.mk b/perl/local.mk index 8e5d72a87cd2..8ff60e9ce3c7 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 \ |