From d58d3c503fa62f93759ecdf1449e5ed692f7d968 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Wed, 6 Jan 2021 16:34:16 +0100
Subject: [PATCH] CI: Update validate script

---
 scripts/validate.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/validate.bash b/scripts/validate.bash
index 50b1242c..bd8f26c7 100755
--- a/scripts/validate.bash
+++ b/scripts/validate.bash
@@ -194,10 +194,10 @@ function do_cleanup ()
 function process_args ()
 {
     if [ "x$LKT_DEBUG" = "xyes" ] ; then
-        LKT_CONFIGURE_OPTIONS="$LKT_CONFIGURE_OPTIONS --enable-debug"
+        LKT_CONFIGURE_OPTIONS="$LKT_CONFIGURE_OPTIONS --enable-debug=yes"
     fi
     if [ "x$LKT_STATIC_MODULES" = "xyes" ] ; then
-        LKT_CONFIGURE_OPTIONS="$LKT_CONFIGURE_OPTIONS --enable-static-module"
+        LKT_CONFIGURE_OPTIONS="$LKT_CONFIGURE_OPTIONS --with-liblektor=static"
     fi
     LKT_CONFIGURE_OPTIONS="$LKT_CONFIGURE_OPTIONS CC=$LKT_COMPILER"
 }
-- 
GitLab