Alberto Garcia [Sun, 29 May 2022 11:07:27 +0000 (12:07 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Sun, 29 May 2022 11:07:27 +0000 (12:07 +0100)]
webkit2gtk (2.36.3-1) unstable; urgency=high
* New upstream release.
* Use ccache to speed-up the compilation since the majority of the files
are identical in both the soup2 and soup3 builds.
- debian/control: Add build dependency on ccache.
- debian/rules: Set CCACHE_NOHASHDIR and CCACHE_BASEDIR so ccache
actually works with different build directories.
- debian/rules: Set CCACHE_DIR inside the source directory, otherwise
ccache would try to write to the home directory, which is forbidden
by the Debian policy.