dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit be0f2c397e37e4c59132931c4b3d522a9ed493ff
parent 0cc7e55a0b1f416fcac5ee581436aa131548c2b9
Author: sin <sin@2f30.org>
Date:   Thu, 25 Apr 2019 14:03:12 +0100

Drop -llz4 from LDLIBS

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,7 +30,7 @@ DPACKOBJ = $(COMMOBJ) dup-pack.o DUNPACKOBJ = $(COMMOBJ) dup-unpack.o CPPFLAGS = -D_FILE_OFFSET_BITS=64 -LDLIBS = -llz4 -lsnappy +LDLIBS = -lsnappy all: $(BIN)