diff --git a/NEWS b/NEWS index ef1a0990..5f10d856 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.5.0 (2011-04-11) == diff --git a/configure.ac b/configure.ac index 5a22128f..3022f403 100644 --- a/configure.ac +++ b/configure.ac @@ -1627,6 +1627,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}