]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Pass base image codename to application Makefiles
authorTobias Brunner <tobias@strongswan.org>
Wed, 13 Aug 2025 12:01:08 +0000 (14:01 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 18 Sep 2025 09:13:32 +0000 (11:13 +0200)
Some might require it to use different revisions or commands.

testing/scripts/build-strongswan

index 772c92da7309f594e1ceec5d676161bbe28f097f..23cb2a0280fc66712b5cca238f2bf7f848b24064 100755 (executable)
@@ -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