Package: sqlite3
Version: 3.40.0
Tags: hppa, patch, ftbfs

Please enable large file support (LFS) when building sqllite3.
This is necessary for 32-bit applications to be able to run on larger 
filesystems.
For example the "subversion" debian package depends on this feature to
successfully run it's testsuite when building on 32-bit.

Just change this line in debian/rules:
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
to
export DEB_BUILD_MAINT_OPTIONS = hardening=+all future=+lfs

This will affect only build on 32-bit platforms, and has no effect on 64-bit 
platforms.

Thanks!
Helge

Reply via email to