Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
77aa5f4b
Commit
77aa5f4b
authored
Aug 17, 2017
by
Jim Klimov
Committed by
GitHub
Aug 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2688 from bluca/unwind_test_curve
Problem: missing flags break build of test_security_curve
parents
e2df328d
97e532e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile.am
Makefile.am
+5
-1
No files found.
Makefile.am
View file @
77aa5f4b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment