Bug#726570: openr2: config.guess/config.sub out of date for arm64
Colin Watson
cjwatson at ubuntu.com
Wed Oct 16 18:47:04 UTC 2013
Package: openr2
Version: 1.3.2-1.1
Severity: important
Tags: patch
User: debian-arm at lists.debian.org
Usertags: arm64
openr2's config.guess/config.sub are out of date for the forthcoming
arm64 port. This appears to be just because it's running autoreconf
without the -f option to replace existing files; the following patch
fixes that.
You might like to take the opportunity to switch to dh-autoreconf, which
will improve clean handling and such.
* Run autoreconf with -f so that it updates config.guess and config.sub.
diff -Nru openr2-1.3.2/debian/rules openr2-1.3.2/debian/rules
--- openr2-1.3.2/debian/rules 2012-06-16 14:39:43.000000000 +0100
+++ openr2-1.3.2/debian/rules 2013-10-16 19:20:07.000000000 +0100
@@ -34,7 +34,7 @@
build-indep: build-stamp
build-stamp:
dh build --before configure
- autoreconf -i
+ autoreconf -f -i
dh_auto_configure -- --sysconfdir=/etc/openr2
dh build --after configure
touch $@
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the Pkg-voip-maintainers
mailing list