From 2804d686bff2de266e7f11f253f7c0675df6f964 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 14 May 2022 13:01:32 +1200 Subject: duma: Add version 2.5.21 Add duma 2.5.21 and mark 2.5.15 as obsolete. While we're at it use the versions hosted on github which requres new checksums for the 2.5.15 version because the generated tarballs are different. It appears we don't need any of the patches we've been carrying for the older version but we do need to pass CC_FOR_BUILD in addition to HOSTCC. When 2.5.15 is removed we can drop HOSTCC (and DUMA_CPP, DUMA_SO). Signed-off-by: Chris Packham --- scripts/build/debug/200-duma.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build') diff --git a/scripts/build/debug/200-duma.sh b/scripts/build/debug/200-duma.sh index 9e2379e1..5f72a4f9 100644 --- a/scripts/build/debug/200-duma.sh +++ b/scripts/build/debug/200-duma.sh @@ -19,6 +19,7 @@ do_debug_duma_build() { make_args=( prefix="${CT_DEBUGROOT_DIR}/usr" HOSTCC="${CT_BUILD}-gcc" + CC_FOR_BUILD="${CT_BUILD}-gcc" CC="${CT_TARGET}-${CT_CC} ${CT_ALL_TARGET_CFLAGS}" CXX="${CT_TARGET}-g++ ${CT_ALL_TARGET_CFLAGS}" RANLIB="${CT_TARGET}-ranlib" -- cgit v1.2.3