commit 7683091e12215bb9795d6e6c4c0d3642fde0e446 parent 3dcaf02898efdac468c20254f9797892562cbe12 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(-)
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)