From: John (J5) Palmieri Date: Tue, 4 Mar 2008 18:07:38 +0000 (-0500) Subject: add a changelog for Benjamin Reed's git patch (OS X build fixes) X-Git-Tag: dbus-1.2.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d511324fffd419bb6c5841d3a3bcc19eb1de45e5;p=thirdparty%2Fdbus.git add a changelog for Benjamin Reed's git patch (OS X build fixes) * configure.in: Platform build fixes for Mac OS X the Darwin linker does not understand the -z option; wrap it in a check for $with_gnu_ld. environ is only available at runtime, so you need to make a reference to _NSGetEnviron instead for symbols to resolve properly. --- diff --git a/ChangeLog b/ChangeLog index 3a2b615ce..7a083f54c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-03-04 John (J5) Palmieri + + * add a changelog for Benjamin Reed's git patch RANT: Change Logs are + handled by git and having an external changelog just screws up + merging. We should write down rules for doing git commit messages + and leave it at that. + * configure.in: Platform build fixes for Mac OS X + the Darwin linker does not understand the -z option; wrap it in + a check for $with_gnu_ld. + environ is only available at runtime, so you need to make a + reference to _NSGetEnviron instead for symbols to resolve properly. + 2008-03-04 John (J5) Palmieri * configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link