From 8d2957efa32bb9d3d459fdcc71c0e31c31081aa8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 4 Jan 2011 19:12:46 +0000 Subject: [PATCH 1/2] Add dbus-1-uninstalled.pc.in See: http://smcv.pseudorandom.co.uk/2008/09/pc-uninstalled/ Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32827 Reviewed-by: Colin Walters --- configure.ac | 1 + dbus-1-uninstalled.pc.in | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 dbus-1-uninstalled.pc.in diff --git a/configure.ac b/configure.ac index dcae206c..940bfae5 100644 --- a/configure.ac +++ b/configure.ac @@ -1602,6 +1602,7 @@ test/name-test/Makefile doc/Makefile doc/dbus-daemon.1 dbus-1.pc +dbus-1-uninstalled.pc test/data/valid-config-files/debug-allow-all.conf test/data/valid-config-files/debug-allow-all-sha1.conf test/data/valid-config-files-system/debug-allow-all-pass.conf diff --git a/dbus-1-uninstalled.pc.in b/dbus-1-uninstalled.pc.in new file mode 100644 index 00000000..082222d6 --- /dev/null +++ b/dbus-1-uninstalled.pc.in @@ -0,0 +1,17 @@ +abs_top_builddir=@abs_top_builddir@ +abs_top_srcdir=@abs_top_srcdir@ +prefix= +exec_prefix= +system_bus_default_address=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@ +sysconfdir=@EXPANDED_SYSCONFDIR@ +session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services +system_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/system-services +interfaces_dir=@EXPANDED_DATADIR@/dbus-1/interfaces +daemondir=@DBUS_DAEMONDIR@ + +Name: dbus +Description: Free desktop message bus (uninstalled copy) +Version: @VERSION@ +Libs: ${abs_top_builddir}/dbus/libdbus-1.la +Libs.private: @DBUS_CLIENT_LIBS@ +Cflags: -I${abs_top_srcdir} From a902c512950e5d4842d25003e0c3ea920be6d7a5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 26 Apr 2011 19:15:09 +0100 Subject: [PATCH 2/2] NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 5f6878b8..539c5bb6 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,13 @@ Changes: • Don't force -fPIE: distributions and libtool know better than we do whether it's desirable (fd.o #16621, fd.o #27215; Simon McVittie) + • Allow --disable-gc-sections, in case your toolchain offers the + -ffunction-sections, -fdata-sections and -Wl,--gc-sections options + but they're broken, as seen on Solaris (fd.o #33466, Simon McVittie) + • Install dbus-daemon and dbus-daemon-launch-helper in a more normal way + (fd.o #14512; Simon McVittie, loosely based on a patch from Luca Barbato) + • Ensure that maintainers upload documentation with the right permissions + (fd.o #36130, Simon McVittie) D-Bus 1.4.8 (2011-04-08) ==