summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.github/configs5
1 files 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"