From: Damien Miller Date: Thu, 15 Aug 2024 02:44:17 +0000 (+1000) Subject: sync TEST_MALLOC_OPTIONS for OpenBSD X-Git-Tag: V_9_9_P1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c6ea8eebe0f179141ec5dbf0c9e5354417930f;p=thirdparty%2Fopenssh-portable.git sync TEST_MALLOC_OPTIONS for OpenBSD --- diff --git a/configure.ac b/configure.ac index 016c96472..d21b57989 100644 --- a/configure.ac +++ b/configure.ac @@ -1093,7 +1093,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE([SSH_TUN_OPENBSD], [1], [Open tunnel devices the OpenBSD way]) AC_DEFINE([SYSLOG_R_SAFE_IN_SIGHAND], [1], [syslog_r function is safe to use in in a signal handler]) - TEST_MALLOC_OPTIONS="AFGJPRX" + TEST_MALLOC_OPTIONS="SJRU" ;; *-*-solaris*) if test "x$withval" != "xno" ; then