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
ISC Open Source Projects
Kea
Commits
5a906f92
Commit
5a906f92
authored
Apr 18, 2011
by
Stephen Morris
Browse files
[master] Changes to fix build under OS X/clang++
Changes were reviewed and approved in the Jabber room.
parent
6ffefafd
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/tools/badpacket/Makefile.am
View file @
5a906f92
...
...
@@ -20,6 +20,11 @@ badpacket_SOURCES += option_info.cc option_info.h
badpacket_SOURCES
+=
scan.cc scan.h
badpacket_SOURCES
+=
version.h
badpacket_CXXFLAGS
=
$(AM_CXXFLAGS)
if
USE_CLANGPP
badpacket_CXXFLAGS
+=
-Wno-error
endif
badpacket_LDADD
=
$(top_builddir)
/src/lib/asiodns/libasiodns.la
badpacket_LDADD
+=
$(top_builddir)
/src/lib/dns/libdns++.la
badpacket_LDADD
+=
$(top_builddir)
/src/lib/asiolink/libasiolink.la
...
...
tests/tools/badpacket/scan.cc
View file @
5a906f92
...
...
@@ -19,6 +19,8 @@
#include
<stdlib.h>
#include
<config.h>
#include
<asio.hpp>
#include
<asiolink/io_address.h>
...
...
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