Fix QNX build

* configure.ac: The __NO_EXT_QNX flag is no longer needed, and is
masking the declaration of memset_s() (bug#43234).
Copyright-paperwork-exempt: yes
This commit is contained in:
Elad Lahav 2020-09-11 00:01:06 +02:00 committed by Lars Ingebrigtsen
parent 8e1376a391
commit 37c095a23f

View file

@ -785,10 +785,7 @@ case "${canonical}" in
*-nto-qnx* )
opsys=qnxnto
test -z "$CC" && CC=qcc
CFLAGS="$CFLAGS -D__NO_EXT_QNX"
if test "$with_unexec" = yes; then
LDFLAGS="-N2MB $LDFLAGS"
fi
LDFLAGS="-N2M $LDFLAGS"
;;
## Intel 386 machines where we don't care about the manufacturer.