From e1dfec22d5196e4a2f41e330a15f966784fcbe1f Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 29 Jun 2026 18:30:51 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20kf6-ki18n=20=E2=80=94=20set=20CXXFLAGS?= =?UTF-8?q?=20with=20-include=20stdlib.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/recipes/kde/kf6-ki18n/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/recipes/kde/kf6-ki18n/recipe.toml b/local/recipes/kde/kf6-ki18n/recipe.toml index 63da0d2b14..dd6efb3bfe 100644 --- a/local/recipes/kde/kf6-ki18n/recipe.toml +++ b/local/recipes/kde/kf6-ki18n/recipe.toml @@ -39,6 +39,8 @@ rm -f CMakeCache.txt rm -rf CMakeFiles export LDFLAGS+=" -liconv" +export CXXFLAGS="-include stdlib.h ${CXXFLAGS:-}" +export CFLAGS="-include stdlib.h ${CFLAGS:-}" cmake "${COOKBOOK_SOURCE}" \ -DCMAKE_TOOLCHAIN_FILE="${COOKBOOK_ROOT}/local/recipes/qt/redox-toolchain.cmake" \