add missing sodium to Makefile

master
Jethro Grassie 5 years ago
parent 3ca1c73e3d
commit c3b16dec1a
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB

@ -61,6 +61,7 @@ PKG_LIBS := $(shell pkg-config \
libevent \ libevent \
json-c \ json-c \
openssl \ openssl \
libsodium \
--libs) --libs)
STATIC_LIBS = STATIC_LIBS =
@ -72,6 +73,7 @@ PKG_INC := $(shell pkg-config \
libevent \ libevent \
json-c \ json-c \
openssl \ openssl \
libsodium \
--cflags) --cflags)
LIBPATH := /opt/local/lib/ /usr/local/lib LIBPATH := /opt/local/lib/ /usr/local/lib

Loading…
Cancel
Save