]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add DEBUG_SK to kitchensink builds.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 03:54:07 +0000 (14:54 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 03:54:07 +0000 (14:54 +1100)
.github/configs

index 9d2119a8aa84da84c76e505db89c1e8387efe369..fdc0b60117db9aa8ce634e46aab297cd28358a38 100755 (executable)
@@ -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"