Package: libbsd Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, This is a simple patch that enables the build this package to call autoreconf scripts. With this change, the package could be built on the new ppc64el architecture. This patch follows the instructions at: https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thanks, Paulo -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13.0 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
>From 55eb1b4ca25ae53dadaa573f150902928c0022f0 Mon Sep 17 00:00:00 2001 From: Paulo Flabiano Smorigo <pfsmor...@linux.vnet.ibm.com> Date: Mon, 7 Jul 2014 19:08:05 +0000 Subject: [PATCH] add autoreconf --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 3e0d68f..13c0a0a 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ libdev := libbsd-dev config.status: configure dh_testdir + dh_autoreconf ./configure \ CPPFLAGS="$(CPPFLAGS)" \ @@ -57,6 +58,7 @@ clean: [ ! -f Makefile ] || $(MAKE) distclean + dh_autoreconf_clean dh_clean install-arch: check-arch -- 1.9.rc1