Control: tag -1 patch

Michael Biebl <bi...@debian.org> (2014-06-17):
> Source: sqlite3
> Version: 3.8.5-1
> Severity: serious
> 
> The current version of sqlite3 FTBFS on i386. See
> 
> https://buildd.debian.org/status/package.php?p=sqlite3&suite=sid

tcl8.6 ships under /usr/lib/i386-linux-gnu/tcl8.6, rather than
/usr/lib/i486-linux-gnu/tcl8.6; switching the --with-tcl path from
DEB_HOST_GNU_TYPE to DEB_HOST_MULTIARCH makes the package build on
i386. I'm not sure about the other settings; especially: passing
--build and --host unconditionally was discouraged at some point
because that enabled cross-compilation mode even when that wasn't
needed.

Anyway, the patch I used:
-       --with-tcl=/usr/lib/$(DEB_HOST_GNU_TYPE)/tcl8.6
+       --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl8.6

(Only build-tested on i386.)

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to