From: Tobias Brunner Date: Wed, 13 Aug 2025 12:01:08 +0000 (+0200) Subject: testing: Pass base image codename to application Makefiles X-Git-Tag: 6.0.3dr1~1^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9e3db6b797d545849615a1be3c92f268fcef0bb;p=thirdparty%2Fstrongswan.git testing: Pass base image codename to application Makefiles Some might require it to use different revisions or commands. --- diff --git a/testing/scripts/build-strongswan b/testing/scripts/build-strongswan index 772c92da73..23cb2a0280 100755 --- a/testing/scripts/build-strongswan +++ b/testing/scripts/build-strongswan @@ -195,7 +195,7 @@ do execute_chroot "make SRCDIR=/root/strongswan BUILDDIR=/root/shared/build-strongswan QUICK_REBUILD=$QUICK_REBUILD -f /root/shared/build-strongswan/$r" else cp $RECPDIR/$r ${LOOPDIR}/root/shared/compile - execute_chroot "make SWANVERSION=$TARBALL -C /root/shared/compile -f $r" + execute_chroot "make SWANVERSION=$TARBALL BASEIMG=$BASEIMGSUITE -C /root/shared/compile -f $r" fi done