From: Simon McVittie Date: Mon, 10 Apr 2017 11:53:07 +0000 (+0100) Subject: NEWS for fd.o #69801 X-Git-Tag: dbus-1.11.14~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e4435ec452d91ca9e6a43cf1cfa4e63292e45c;p=thirdparty%2Fdbus.git NEWS for fd.o #69801 --- diff --git a/NEWS b/NEWS index afa02c73c..80e6004e5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ D-Bus 1.11.14 (UNRELEASED) == -... +Build-time configuration changes: + +• We now use pkg-config to find libexpat in Autotools builds. This requires + Expat 2.1.0 (March 2012) or later. In particular, this should remove the + need to configure with LDFLAGS=-L/usr/local/lib on OpenBSD, which can + itself cause compilation failures. + + As with all pkg-config-based configure checks, you can use + PKG_CONFIG_PATH=/whatever/lib/pkgconfig to find expat.pc in a + non-standard prefix, or EXPAT_CFLAGS="-I/whatever/include" and + EXPAT_LIBS="-L/whatever/lib -lexpat" to avoid needing a .pc file + at all. + + (fd.o #69801, Simon McVittie) D-Bus 1.11.12 (2017-04-07) ==