Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ab966d88
Commit
ab966d88
authored
Sep 25, 2015
by
Marcin Siodelski
Browse files
[master] Link perfdhcp with pthread to prevent build issues.
parent
07651380
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/perfdhcp/Makefile.am
View file @
ab966d88
...
...
@@ -55,6 +55,7 @@ perfdhcp_LDADD += $(top_builddir)/src/lib/util/libkea-util.la
perfdhcp_LDADD
+=
$(top_builddir)
/src/lib/exceptions/libkea-exceptions.la
perfdhcp_LDADD
+=
$(CRYPTO_LIBS)
perfdhcp_LDADD
+=
$(BOOST_LIBS)
perfdhcp_LDADD
+=
$(PTHREAD_LDFLAGS)
# ... and the documentation
EXTRA_DIST
=
perfdhcp_internals.dox
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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