diff options
Diffstat (limited to 'src/nix-store/Makefile.new')
-rw-r--r-- | src/nix-store/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-store/Makefile.new b/src/nix-store/Makefile.new index 0b31f3a36735..105513872e81 100644 --- a/src/nix-store/Makefile.new +++ b/src/nix-store/Makefile.new @@ -5,3 +5,5 @@ nix-store_DIR := $(d) nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc nix-store_LIBS = libmain libstore libutil libformat + +nix-store_LDFLAGS = -lbz2 |