From abc85649da4a98e6000d72f2127f4a8133253254 Mon Sep 17 00:00:00 2001 From: ffrancis123 Date: Fri, 14 Aug 2026 16:54:18 +0530 Subject: [PATCH 1/2] Update knp_build.sh Signed-off-by: ffrancis123 --- ci/knp_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/knp_build.sh b/ci/knp_build.sh index 708eff2..330be10 100644 --- a/ci/knp_build.sh +++ b/ci/knp_build.sh @@ -16,3 +16,4 @@ autoconf --force # Run the configure script with the specified arguments ./configure ${BUILD_ARGS} make DESTDIR=${GITHUB_WORKSPACE}/build install + From 6e6ab5f72f2fa5c9749b8e4d7f3fa71bd62002c4 Mon Sep 17 00:00:00 2001 From: ffrancis123 Date: Mon, 17 Aug 2026 11:54:50 +0530 Subject: [PATCH 2/2] Update build.sh Update build.sh Signed-off-by: ffrancis123 --- ci/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build.sh b/ci/build.sh index f0efde8..24c649a 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -21,6 +21,7 @@ autoreconf -Wcross --verbose --install --force --exclude=autopoint autoconf --force + # Run the configure script with the specified arguments ./configure ${BUILD_ARGS} make DESTDIR=${GITHUB_WORKSPACE}/build install