[Pkg-nagios-changes] [pkg-pnp4nagios] 01/01: Fix FTBFS on arm64 due to outdated config.sub/guess
Markus Frosch
lazyfrosch at moszumanska.debian.org
Sat Jan 3 13:50:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch master
in repository pkg-pnp4nagios.
commit d7b0b893927cc8c0783379003dffa90e807892d4
Author: Peter Michael Green <plugwash at debian.org>
Date: Sat Jan 3 14:32:44 2015 +0100
Fix FTBFS on arm64 due to outdated config.sub/guess
Use autotools_dev dh sequence in addition to the autoreconf one to fix build
on arm64, this is needed because the Package uses autoconf but not automake
and autoreconf only updates config.sub/guess if automake is in use.
Signed-off-by: Markus Frosch <lazyfrosch at debian.org>
Closes: #774047
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 97c7c92..7fb862b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk
CFLAGS += -Wextra
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,autotools_dev
override_dh_auto_configure:
dh_auto_configure -- \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-pnp4nagios.git
More information about the Pkg-nagios-changes
mailing list