Package: aqsis
Version: 1.8.2+git20210815
Followup-For: Bug #1010140
User: [email protected]
Usertags: origin-ubuntu kinetic ubuntu-patch
Control: tags -1 patch
Dear Maintainer,
In Ubuntu, we fixed this FTBFS with the following patch, it was
published successfully
(https://launchpad.net/ubuntu/+source/aqsis/1.8.2+git20210815-1ubuntu1)
Thanks for considering the patch.
-- System Information:
Debian Release: bookworm/sid
APT prefers jammy-updates
APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy'),
(100, 'jammy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.15.0-30-generic (SMP w/16 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru aqsis-1.8.2+git20210815/debian/rules
aqsis-1.8.2+git20210815/debian/rules
--- aqsis-1.8.2+git20210815/debian/rules 2022-03-05 22:02:59.000000000
+0100
+++ aqsis-1.8.2+git20210815/debian/rules 2022-05-27 09:24:01.000000000
+0200
@@ -17,10 +17,16 @@
%:
dh $@ --buildsystem=cmake
+ifeq ($(DEB_HOST_ARCH), armhf)
+AQSIS_USE_QT=OFF
+else
+AQSIS_USE_QT=ON
+endif
+
override_dh_auto_configure:
dh_auto_configure -- \
-DSYSCONFDIR=/etc/aqsis \
- -DAQSIS_USE_QT:BOOL=ON \
+ -DAQSIS_USE_QT:BOOL=$(AQSIS_USE_QT) \
-DAQSIS_USE_EXTERNAL_TINYXML:BOOL=ON \
-DAQSIS_USE_PDIFF:BOOL=OFF \
-DAQSIS_USE_RPATH:BOOL=OFF