From 268cdb6e5a1b6d4a641e9b3b18f739de51f2f3bd Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 23 Nov 2018 12:32:30 -0500 Subject: Refresh patches --- debian/patches/avoidRssGlib.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches/avoidRssGlib.diff') diff --git a/debian/patches/avoidRssGlib.diff b/debian/patches/avoidRssGlib.diff index aa87654..9132f89 100644 --- a/debian/patches/avoidRssGlib.diff +++ b/debian/patches/avoidRssGlib.diff @@ -10,7 +10,7 @@ In the interest of defence in depth, however, conditionalize references to rss-glib from within the build system. As an added bonus, this speeds up build time by not building code which will never get linked. -Author: Benjamin Barenblat +Author: Benjamin Barenblat Bug: https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues/21 --- a/Makefile.am +++ b/Makefile.am @@ -18,14 +18,14 @@ Bug: https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues/2 ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign DISTCHECK_CONFIGURE_FLAGS = --disable-desktop-database-update --SUBDIRS = extern src po data -+SUBDIRS = src po data +-SUBDIRS = extern src data po ++SUBDIRS = src data po +if HAVE_RSS +SUBDIRS += extern +endif - DISTCLEANFILES = \ - intltool-extract \ + EXTRA_DIST = config.rpath README.md + --- a/src/Makefile.am +++ b/src/Makefile.am @@ -143,8 +143,10 @@ -- cgit v1.2.3