Package: aseba / 1.6.99+dfsg-9

Metadata

Package Version Patches format
aseba 1.6.99+dfsg-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 third_party catch2 Fix non constant SIGSTKSZ.patch | (download)

third_party/catch2/include/catch2/catch.hpp | 23 20 + 3 - 0 !
1 file changed, 20 insertions(+), 3 deletions(-)

 [patch] third_party: catch2: fix non-constant sigstksz

SIGSTKSZ is not constant anymore so altStackMem must be allocated
dynamically: this patch implements what is done upstream.

Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>

0002 fix gcc 13 ftbfs.patch | (download)

aseba/common/msg/TargetDescription.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix gcc-13 build issue