From: nico Date: Fri, 9 May 2008 06:54:54 +0000 (+0000) Subject: [packages] dbus fixes: X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=5876c8100f16c3e131f0ea062fad26c4cfbec1e5;p=packages.git [packages] dbus fixes: - fix wrong MD5SUM - fix build error caused by disabled '--without-x' line git-svn-id: svn://svn.openwrt.org/openwrt/packages@11092 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 6fb91a817..77d962efa 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/ -PKG_MD5SUM:=2e0185e1f8b4c61c9248049c680d2ab6 +PKG_MD5SUM:=ce328423db5743fe9006d39113b5324d include $(INCLUDE_DIR)/package.mk @@ -80,6 +80,7 @@ CONFIGURE_ARGS += \ --with-system-pid-file="/var/run/dbus.pid" \ # --without-x \ + CONFIGURE_VARS+= \ ac_cv_have_abstract_sockets="yes" \