Hello Dimitry,
I saw that a version 3.3-1 got uploaded so I had a look at the build
logs, but found some of them failing with this error:
/<<PKGBUILDDIR>>/libgnucash/engine/gnc-timezone.cpp:55:22: error:
operator '!' has no right operand
#if ! WORDS_BIGENDIAN
^
I fear this happens because just the part of my patch in debian/rules
made it into this release.
Unfortunately for this to work the tiny second change in the upstream
file common/config.h.cmake.in is also important:
-#cmakedefine WORDS_BIGENDIAN
+#cmakedefine WORDS_BIGENDIAN 1
Kind regards,
Bernhard