From c3b16dec1ad8433415b837c84940a94ed0da91e1 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Mon, 1 Apr 2019 17:22:51 -0400 Subject: [PATCH] add missing sodium to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 71a1dd4..9dae8bb 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ PKG_LIBS := $(shell pkg-config \ libevent \ json-c \ openssl \ + libsodium \ --libs) STATIC_LIBS = @@ -72,6 +73,7 @@ PKG_INC := $(shell pkg-config \ libevent \ json-c \ openssl \ + libsodium \ --cflags) LIBPATH := /opt/local/lib/ /usr/local/lib