From e2f4699bc11835d8ff8f176a90d931873db59974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Fri, 29 Mar 2024 23:08:31 +0100 Subject: [PATCH] texlive_core: move reautoconf from PATCH to BUILD This should fix the build if an older version of autoconf is installed on the build host (as is on the buildmasters currently) as long as the newer version is available in the build chroot. --- app-text/texlive_core/texlive_core-2024.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/texlive_core/texlive_core-2024.recipe b/app-text/texlive_core/texlive_core-2024.recipe index 0584a7c9f..dc084a31e 100644 --- a/app-text/texlive_core/texlive_core-2024.recipe +++ b/app-text/texlive_core/texlive_core-2024.recipe @@ -848,14 +848,14 @@ fixKSearchPaths() PATCH() { - ./reautoconf - # may need to run this super early to ensure everything gets the right value... fixKSearchPaths } BUILD() { + ./reautoconf + mkdir -p ../build && cd ../build if [ $targetArchitecture = x86_gcc2 ] || [ $targetArchitecture = x86 ]; then