Add CXXFLAGS to fix build failure on armel.

ci/unstable
Patrick Franz 2 years ago
parent d0f635089e
commit 1ac443a11c
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56

1
debian/changelog vendored

@ -2,6 +2,7 @@ qt6-base (6.3.1+dfsg-2) UNRELEASED; urgency=medium
[ Patrick Franz ]
* Update symbols from buildlogs.
* Add CXXFLAGS to fix build failure on armel.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 16 Jul 2022 01:58:16 +0200

3
debian/rules vendored

@ -19,6 +19,9 @@ else
extra_cmake_args += -DFEATURE_sctp=OFF
endif
# Prevent "Error: selected processor does not support `yield' in ARM mode"
export DEB_CXXFLAGS_MAINT_APPEND = -march=native -mcpu=native
%:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja

Loading…
Cancel
Save