74119bef07
Note: ABI issue Changes in libsoup from 2.54.0.1 to 2.54.1: * *** IMPORTANT *** Fixed an ABI break in 2.54.0 caused by adding a member to SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and earlier, but NOT with the anomalous 2.54.0. If you built packages against 2.54.0, you will need to rebuild them against 2.54.1. * Fixed NTLM authentication when ntlm_auth from the latest version of Samba is present. [#765106, Milan Crha] * Updates to MSVC build, including for GSS-API support [Chun-wei Fan] * Updated translations: Friulian
26 lines
651 B
Makefile
26 lines
651 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2016/05/03 11:37:39 prlw1 Exp $
|
|
|
|
BUILDLINK_TREE+= libsoup
|
|
|
|
.if !defined(LIBSOUP_BUILDLINK3_MK)
|
|
LIBSOUP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.50.0
|
|
BUILDLINK_ABI_DEPENDS.libsoup+= libsoup>=2.54.1
|
|
|
|
BUILDLINK_PKGSRCDIR.libsoup?= ../../net/libsoup
|
|
|
|
pkgbase := libsoup
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.libsoup:Mgssapi)
|
|
.include "../../mk/krb5.buildlink3.mk"
|
|
.endif
|
|
|
|
.endif # LIBSOUP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libsoup
|