From: Darren Tucker Date: Thu, 18 Feb 2021 03:54:07 +0000 (+1100) Subject: Add DEBUG_SK to kitchensink builds. X-Git-Tag: V_8_5_P1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c31a623973b0fad508214593aab6ca94b11dcb;p=thirdparty%2Fopenssh-portable.git Add DEBUG_SK to kitchensink builds. --- diff --git a/.github/configs b/.github/configs index 9d2119a8a..fdc0b6011 100755 --- a/.github/configs +++ b/.github/configs @@ -22,8 +22,9 @@ case "$config" in default|sol64) ;; kitchensink) - CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin" - CONFIGFLAGS="${CONFIGFLAGS} --with-selinux" + CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam" + CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux" + CONFIGFLAGS="${CONFIGFLAGS} --with-cflags=-DSK_DEBUG" ;; hardenedmalloc) CONFIGFLAGS="--with-ldflags=-lhardened_malloc"