mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 11:18:00 +02:00
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.
This commit is contained in:
parent
ee4a0dce33
commit
d511324fff
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,3 +1,15 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue