changeset 2255:1b2a0256b29c

update package dbus
author Mark Brand <mabrand@mabrand.nl>
date Sat, 25 Feb 2012 15:54:48 +0100
parents 0a890a584214
children da0152b208dc
files src/dbus.mk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dbus.mk	Sat Feb 25 15:48:33 2012 +0100
+++ b/src/dbus.mk	Sat Feb 25 15:54:48 2012 +0100
@@ -4,8 +4,8 @@
 # dbus
 PKG             := dbus
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.5.8
-$(PKG)_CHECKSUM := c5e9e286b5757f892cc21f894145e7f05c8fc813
+$(PKG)_VERSION  := 1.5.10
+$(PKG)_CHECKSUM := d50f1624197a6f8f14cc8ff1943db7c99ce14cde
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://$(PKG).freedesktop.org/
@@ -22,6 +22,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --prefix='$(PREFIX)/$(TARGET)' \
         --with-xml=expat \
         --disable-tests \