build system: replace -lsequoia_openpgp_ffi with -lpep_engine_sequoia_backend

JSON-203
positron 1 year ago
parent e5bd4a0b9e
commit 4e31b429e4

@ -22,7 +22,7 @@ CFLAGS+=-std=c14 -fvisibility=hidden
CXXFLAGS+= -I$(PEP_INCLUDE) -std=c++14 -fvisibility=hidden
LDFLAGS+=-std=c++14 -L$(PEP_LIB_PATH) -L$(LIBRARY_PATH)
LDLIBS+= -lpEpEngine -lpEpAdapter -lpEpwebserver -lasn1 \
-lsequoia_openpgp_ffi -lhogweed -lnettle -lgmp \
-lpep_engine_sequoia_backend -lhogweed -lnettle -lgmp \
-lz -lsqlite3
# Boost naming postfix

Loading…
Cancel
Save