diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-03-04 13:21:05 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-03-04 13:21:05 -0500 |
commit | d25151483fe0143354dc188e888a0f2d740df2da (patch) | |
tree | 207baa4bdcd6614c26bf4abc3f9586aa7de57d53 /ChangeLog | |
parent | bd561f9a1941821c9c1d9266765b3a9d1b133e00 (diff) |
fix broken poll on Mac OSX - build patch by Benjamin Reed
* configure.in: check for OSX's deadlocking poll
* dbus/dbus-sysdeps-unix.c (_dbus_poll): if we have a broken poll
don't use poll
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-03-04 John (J5) Palmieri <johnp@redhat.com> + * fix broken poll on Mac OSX - build patch by Benjamin Reed + * configure.in: check for OSX's deadlocking poll + * dbus/dbus-sysdeps-unix.c (_dbus_poll): if we have a broken poll + don't use poll + +2008-03-04 John (J5) Palmieri <johnp@redhat.com> + * check if the linker supports a flag instead of just checking for GNU ld * configure.in: move AM_PROG_LIBTOOL to the top |