MXS-1220: Always build libmicrohttpd
This allows MaxScale to use the PATCH functionality that's only in the newer versions of the library. It also removes some of the problems that exist with older systems that don't support all of the options.
This commit is contained in:
@ -74,7 +74,9 @@ target_link_libraries(maxscale-common
|
||||
rt
|
||||
m
|
||||
stdc++
|
||||
microhttpd
|
||||
gnutls
|
||||
gcrypt
|
||||
${MICROHTTPD_LIBRARIES}
|
||||
)
|
||||
|
||||
add_dependencies(maxscale-common pcre2 connector-c)
|
||||
|
||||
Reference in New Issue
Block a user