Add CXXFLAGS to fix build failure on armel.
This commit is contained in:
parent
d0f635089e
commit
1ac443a11c
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ qt6-base (6.3.1+dfsg-2) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Patrick Franz ]
|
[ Patrick Franz ]
|
||||||
* Update symbols from buildlogs.
|
* 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
|
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 16 Jul 2022 01:58:16 +0200
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -19,6 +19,9 @@ else
|
|||||||
extra_cmake_args += -DFEATURE_sctp=OFF
|
extra_cmake_args += -DFEATURE_sctp=OFF
|
||||||
endif
|
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
|
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user