diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-18T14·28+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-18T14·28+0200 |
commit | 7d7b67986a1f9d78dccd0bd4ad811af7dc65f60f (patch) | |
tree | 461747a1d5a05980f4d51d0d34121a26321dd780 /perl | |
parent | d4a71ec3bfefa2f07e076895217414a9a842d6dc (diff) |
Store.so: Add dependency on libnixutil
Issue #346.
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 \ |