Control: reopen -1
Control: severity -1 serious
Control: tags -1 +patch +ftbfs

Your latest gwaei upload fails to buid from source. I'm attaching a
patch to fix this issue.

Thanks,
Jeremy Bicha
From cc682c8b189dcd837d06f603cc0623e21ab53066 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <[email protected]>
Date: Sun, 30 Sep 2018 14:33:23 -0400
Subject: [PATCH] debian/rules: Use the --disable-scrollkeeper option for
 configure

Closes: #885654
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a4bdbe4..45de313 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,8 @@ config-stamp: configure
 	dh_autoreconf
 	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr	\
 		--sysconfdir=/usr/share	\
-		--mandir=/usr/share/man
+		--mandir=/usr/share/man \
+		--disable-scrollkeeper
 	# convert png icons to xpm so that we can use them with menu system
 	#for i in 16x16 24x24 32x32 ; do \
 	#  convert src/images/$$i/gwaei.png src/images/$$i/gwaei.xpm ; \
-- 
2.17.1

Reply via email to