asio: Link with http-parser
This commit is contained in:
parent
66d00954a5
commit
6824319fe6
|
@ -205,6 +205,7 @@ libnghttp2_asio_la_CPPFLAGS = ${AM_CPPFLAGS} ${BOOST_CPPFLAGS}
|
|||
libnghttp2_asio_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
libnghttp2_asio_la_LIBADD = \
|
||||
$(top_builddir)/lib/libnghttp2.la \
|
||||
$(top_builddir)/third-party/libhttp-parser.la \
|
||||
${BOOST_LDFLAGS} \
|
||||
${BOOST_ASIO_LIB} \
|
||||
${BOOST_THREAD_LIB} \
|
||||
|
|
Loading…
Reference in New Issue