Package: sqlite3
Version: 3.7.16.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: arm64
Please update config.guess and config.sub to a current version from
autotools-dev to support the arm64 architecture (aarch64-linux-gnu).
The following patch uses dh_autotools-dev_* to do this, since you
already build-depend on autotools-dev.
It may also be worth reminding upstream that they should update their
shipped copies of config.guess and config.sub from time to time, since
apparently even the recent 3.7.17 release still ships versions from
2007.
* Use dh_autotools-dev, bringing config.guess and config.sub up to date
enough to handle arm64.
diff -Nru sqlite3-3.7.16.2/debian/rules sqlite3-3.7.16.2/debian/rules
--- sqlite3-3.7.16.2/debian/rules 2013-05-03 19:32:21.000000000 +0100
+++ sqlite3-3.7.16.2/debian/rules 2013-06-12 12:20:28.000000000 +0100
@@ -40,6 +40,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autotools-dev_updateconfig
autoconf
./configure --prefix=/usr --mandir="/usr/share/man" \
$(confflags) --enable-threadsafe \
@@ -75,6 +76,7 @@
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.h
rm -f debian/libsqlite3-0.install debian/libsqlite3-dev.install
+ dh_autotools-dev_restoreconfig
dh_clean
install: build
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]