Fix build on OpenBSD - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 7683091e12215bb9795d6e6c4c0d3642fde0e446
DIR parent 3dcaf02898efdac468c20254f9797892562cbe12
HTML Author: sin <sin@2f30.org>
Date: Sun, 17 Feb 2019 22:20:17 +0000
Fix build on OpenBSD
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -8,6 +8,7 @@ DISTFILES = $(SRC) LICENSE Makefile README arg.h dedup.1 tree.h
CFLAGS = -g -Wall
CPPFLAGS = -I/usr/local/include -D_FILE_OFFSET_BITS=64
+LDFLAGS = -L/usr/local/lib
LDLIBS = -lcrypto -llz4
all: $(BIN)