From 6dd74b48f8d587fcc215e9f4721eacace7f8f462 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 22 Nov 2013 20:56:58 +0000 Subject: Support building dynamic libraries --- src/nix-store/Makefile.new | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nix-store') 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 -- cgit 1.4.1