summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:07:38 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:07:38 -0500
commitd511324fffd419bb6c5841d3a3bcc19eb1de45e5 (patch)
treeda53180efea31a8dbcea77834cab975fd370039c /ChangeLog
parentee4a0dce33a556bac188cc382c28e2acb75b1a5d (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a2b615c..7a083f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-03-04 John (J5) Palmieri <johnp@redhat.com>
+ * 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 <johnp@redhat.com>
+
* configure.in: add $THREAD_LIBS to DBUS_LAUNCHER_LIBS so we link
correctly