mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH v2 03/22] dbus: version bump 1.10.24 -> 1.12.2
Date: Wed, 24 Jan 2018 17:22:26 +0100	[thread overview]
Message-ID: <20180124162226.28418-1-clemens.gruber@pqgruber.com> (raw)

Also fixup configure options for dbus and host-dbus.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---

Changes since v1:
- Updated the previously forgotten host rule file

 rules/dbus.make      | 13 +++++++------
 rules/host-dbus.make | 15 +++++++++++----
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/rules/dbus.make b/rules/dbus.make
index bbf602625..1ba7ad3d2 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
 #
 # Paths and names
 #
-DBUS_VERSION	:= 1.10.24
-DBUS_MD5	:= d548ae16f9a3268fe4650ccc86a3f06f
+DBUS_VERSION	:= 1.12.2
+DBUS_MD5	:= 3361456cadb99aa6601bed5b48964254
 DBUS		:= dbus-$(DBUS_VERSION)
 DBUS_SUFFIX	:= tar.gz
 DBUS_URL	:= http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
@@ -38,11 +38,10 @@ DBUS_CONF_TOOL	:= autoconf
 DBUS_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--enable-silent-rules \
+	--disable-developer \
+	--disable-debug \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-static \
-	--disable-compiler-coverage \
-	--enable-compiler-optimisations \
-	--disable-developer \
 	--disable-ansi \
 	--disable-verbose-mode \
 	--disable-asserts \
@@ -50,7 +49,6 @@ DBUS_CONF_OPT	:= \
 	--disable-xml-docs \
 	--disable-doxygen-docs \
 	--disable-ducktype-docs \
-	--enable-abstract-sockets=yes \
 	--$(call ptx/endis, PTXCONF_DBUS_SELINUX)-selinux \
 	--disable-apparmor \
 	--disable-libaudit \
@@ -63,9 +61,12 @@ DBUS_CONF_OPT	:= \
 	--disable-modular-tests \
 	--disable-tests \
 	--disable-installed-tests \
+	--disable-code-coverage \
 	--enable-epoll \
 	--$(call ptx/endis, PTXCONF_DBUS_X)-x11-autolaunch \
+	--disable-compile-warnings \
 	--disable-Werror \
+	--disable-relocation \
 	--disable-stats \
 	--$(call ptx/endis, PTXCONF_DBUS_SYSTEMD)-user-session \
 	--with-dbus-user=messagebus \
diff --git a/rules/host-dbus.make b/rules/host-dbus.make
index 837cf77d4..407da479f 100644
--- a/rules/host-dbus.make
+++ b/rules/host-dbus.make
@@ -29,8 +29,10 @@ HOST_DBUS_CONF_TOOL	:= autoconf
 HOST_DBUS_CONF_OPT	:= \
 	$(HOST_AUTOCONF) \
 	--enable-silent-rules \
+	--disable-developer \
+	--disable-debug \
+	--enable-largefile \
 	--disable-static \
-	--disable-compiler-coverage \
 	--disable-ansi \
 	--disable-verbose-mode \
 	--disable-asserts \
@@ -38,22 +40,27 @@ HOST_DBUS_CONF_OPT	:= \
 	--disable-xml-docs \
 	--disable-doxygen-docs \
 	--disable-ducktype-docs \
-	--enable-abstract-sockets=yes \
 	--disable-selinux \
 	--disable-apparmor \
 	--disable-libaudit \
 	--disable-inotify \
 	--disable-kqueue \
 	--disable-console-owner-file \
+	--disable-launchd \
 	--disable-systemd \
 	--disable-embedded-tests \
 	--disable-modular-tests \
 	--disable-tests \
+	--disable-installed-tests \
+	--disable-code-coverage \
 	--disable-epoll \
 	--disable-x11-autolaunch \
+	--disable-compile-warnings \
+	--disable-Werror \
+	--disable-relocation \
 	--disable-stats \
 	--disable-user-session \
-	--without-x \
-	--without-valgrind
+	--without-valgrind \
+	--without-x
 
 # vim: syntax=make
-- 
2.16.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2018-01-24 16:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180124162226.28418-1-clemens.gruber@pqgruber.com \
    --to=clemens.gruber@pqgruber.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox