Source: sarg
Version: 2.3.10-1
Tags: patch

It failed to build on arm64:

https://buildd.debian.org/status/package.php?p=sarg&suite=sid

The attached patch should help. I think it's what bugs #727959 and
#744505 were asking for, really.

See https://wiki.debian.org/Autoreconf for background.
diff -ru sarg-2.3.10.orig/debian/rules sarg-2.3.10/debian/rules
--- sarg-2.3.10.orig/debian/rules
+++ sarg-2.3.10/debian/rules
@@ -14,7 +14,7 @@
 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
 
 %:
-	dh  $@
+	dh  $@ --with autotools-dev
 
 override_dh_auto_configure:
 	chmod 755 configure

Reply via email to