[openssh-commits] [openssh] 02/02: Add DEBUG_SK to kitchensink builds.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 18 15:07:21 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 93c31a623973b0fad508214593aab6ca94b11dcb
Author: Darren Tucker <dtucker at dtucker.net>
Date: Thu Feb 18 14:54:07 2021 +1100
Add DEBUG_SK to kitchensink builds.
---
.github/configs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/configs b/.github/configs
index 9d2119a8..fdc0b601 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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list