diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-07 17:58:16 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-07 17:58:16 +0000 |
commit | e6623b0093dd321b352ee5526ebae8b36fad9ffe (patch) | |
tree | b7c603286c188adfb09de86bb812c7a0553ed302 /patches | |
parent | a68f6b8e76850a622d42695ef1346572f0247514 (diff) | |
download | midipix_build-e6623b0093dd321b352ee5526ebae8b36fad9ffe.tar.bz2 midipix_build-e6623b0093dd321b352ee5526ebae8b36fad9ffe.tar.xz |
patches/dbus-1.11.20.local.patch:Makefile.in: skip tests; fixes build on Alpine Linux (via sawzall.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/dbus-1.11.20.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |