Commit 77aa5f4b authored by Jim Klimov's avatar Jim Klimov Committed by GitHub

Merge pull request #2688 from bluca/unwind_test_curve

Problem: missing flags break build of test_security_curve
parents e2df328d 97e532e7
...@@ -638,9 +638,13 @@ tests_test_security_curve_SOURCES += \ ...@@ -638,9 +638,13 @@ tests_test_security_curve_SOURCES += \
endif endif
tests_test_security_curve_LDADD = \ tests_test_security_curve_LDADD = \
src/libzmq.la src/libzmq.la $(LIBUNWIND_LIBS)
tests_test_security_curve_CPPFLAGS = \
${LIBUNWIND_CFLAGS}
if USE_LIBSODIUM if USE_LIBSODIUM
tests_test_security_curve_CPPFLAGS += \
${sodium_CFLAGS}
tests_test_security_curve_LDADD += \ tests_test_security_curve_LDADD += \
${sodium_LIBS} ${sodium_LIBS}
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment