From e6623b0093dd321b352ee5526ebae8b36fad9ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Thu, 7 Dec 2017 17:58:16 +0000 Subject: patches/dbus-1.11.20.local.patch:Makefile.in: skip tests; fixes build on Alpine Linux (via sawzall.) --- patches/dbus-1.11.20.local.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'patches/dbus-1.11.20.local.patch') diff --git a/patches/dbus-1.11.20.local.patch b/patches/dbus-1.11.20.local.patch index b2e3e21a..5be70620 100644 --- a/patches/dbus-1.11.20.local.patch +++ b/patches/dbus-1.11.20.local.patch @@ -111,3 +111,15 @@ diff -ru dbus-1.11.20.orig/dbus/Makefile.in dbus-1.11.20/dbus/Makefile.in @DBUS_WIN_TRUE@AM_CXXFLAGS = \ @DBUS_WIN_TRUE@ $(CODE_COVERAGE_CXXFLAGS) \ @DBUS_WIN_TRUE@ $(NULL) +diff -Naur dbus-1.11.20.orig/Makefile.in dbus-1.11.20/Makefile.in +--- dbus-1.11.20.orig/Makefile.in 2017-10-03 00:46:44.000000000 -0600 ++++ dbus-1.11.20/Makefile.in 2017-12-07 10:56:37.853995935 -0700 +@@ -498,7 +498,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = dbus bus tools test doc ++SUBDIRS = dbus bus tools doc + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = dbus-1.pc + cmakeconfigdir = $(libdir)/cmake/DBus1 -- cgit v1.2.3