Drop -llz4 from LDLIBS - dedup - deduplicating backup program
(HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit be0f2c397e37e4c59132931c4b3d522a9ed493ff
(DIR) parent 0cc7e55a0b1f416fcac5ee581436aa131548c2b9
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 14:03:12 +0100
Drop -llz4 from LDLIBS
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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)