Package: dbus-c++ / 0.9.0-6

Metadata

Package Version Patches format
dbus-c++ 0.9.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_host_name_max.patch | (download)

examples/echo/Makefile.am | 2 1 + 1 - 0 !
examples/echo/echo-server.cpp | 5 3 + 2 - 0 !
examples/echo/xgethostname.c | 82 82 + 0 - 0 !
examples/echo/xgethostname.h | 9 9 + 0 - 0 !
examples/echo_ecore/Makefile.am | 2 1 + 1 - 0 !
examples/echo_ecore/echo-server.cpp | 5 3 + 2 - 0 !
examples/echo_ecore/xgethostname.c | 82 82 + 0 - 0 !
examples/echo_ecore/xgethostname.h | 9 9 + 0 - 0 !
8 files changed, 190 insertions(+), 6 deletions(-)

 avoid relying on max host name length
 Fixes FTBFS on Debian GNU/kFreeBSD.
02_no_add_needed.patch | (download)

examples/glib/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add missing library to fix ftbfs with --no-add-needed.
03_add_unistd_header.patch | (download)

src/eventloop-integration.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs due to header dependency changes in gcc 4.7
 This patch fixes FTBFS by explicitly including unistd.h.
04_fix_hurd_ftbfs.patch | (download)

test/functional/Test1/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix ftbfs on hurd
 Fix FTBFS caused by undefined reference to symbol 'pthread_join@@GLIBC_2.12'
 while linking test/functional/Test1.