The source project of this merge request has been removed.
meson: add stack_protector option
Add stack_protector
option to allow the user to disable it as some embedded toolchains don't support it which will result in the following build failure:
/home/giuliobenetti/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sparc-buildroot-linux-uclibc/9.3.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: usbredirparser/libusbredirparser.so.1.1.0.p/usbredirparser.c.o: in function `va_log':
usbredirparser.c:(.text+0x1c4): undefined reference to `__stack_chk_guard'
Fixes:
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com