mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Merge pull request #2688 from bluca/unwind_test_curve
Problem: missing flags break build of test_security_curve
This commit is contained in:
commit
77aa5f4b3e
@ -638,9 +638,13 @@ tests_test_security_curve_SOURCES += \
|
||||
endif
|
||||
|
||||
tests_test_security_curve_LDADD = \
|
||||
src/libzmq.la
|
||||
src/libzmq.la $(LIBUNWIND_LIBS)
|
||||
tests_test_security_curve_CPPFLAGS = \
|
||||
${LIBUNWIND_CFLAGS}
|
||||
|
||||
if USE_LIBSODIUM
|
||||
tests_test_security_curve_CPPFLAGS += \
|
||||
${sodium_CFLAGS}
|
||||
tests_test_security_curve_LDADD += \
|
||||
${sodium_LIBS}
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user