f782c4eaa8
* Fixing build issues on OS X with CLOCK_MONOTONIC not being implemented on OS X. * Make libmicrohttpd play nicely with upcoming libgcrypt 1.6.0. * Improved configure checks for cURL. * Signal connection termination as OK (and not as ERROR) if the stream was terminated by the callback returning MHD_CONTENT_READER_END_OF_STREAM. Also, release response mutex before calling the termination callback, to avoid possible deadlock if the client destroys the response in the termination callback (due to non-recursiveness of the lock). * Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN. * Also pass MHD connection handle in URI log callback. * Improved check for proper OpenSSL version for libmicrospdy. * Set IPV6_V6ONLY socket option correctly when IPv6 is enabled (MHD_USE_IPv6) but not dual stack (MHD_USE_DUAL_STACK).
16 lines
518 B
Makefile
16 lines
518 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2013/10/22 12:15:53 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libmicrohttpd
|
|
|
|
.if !defined(LIBMICROHTTPD_BUILDLINK3_MK)
|
|
LIBMICROHTTPD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libmicrohttpd+= libmicrohttpd>=0.9.9
|
|
BUILDLINK_ABI_DEPENDS.libmicrohttpd+= libmicrohttpd>=0.9.20nb1
|
|
BUILDLINK_PKGSRCDIR.libmicrohttpd?= ../../www/libmicrohttpd
|
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.endif # LIBMICROHTTPD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libmicrohttpd
|