From 61c87043d681c7469f5edce06d4a16623bfa5e70 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 31 May 2025 11:13:58 +1200 Subject: expat: Use correct bootstrap command The bootstrap command generates the configure script, which is then used as part of the standard build process. It's not possible to run make because configure hasn't been run to generate the required makefiles. Remove the `make` command from the expat bootstrap. Fixes #2370 Signed-off-by: Chris Packham --- packages/expat/package.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/expat/package.desc b/packages/expat/package.desc index 84dba8ff..4b7026b4 100644 --- a/packages/expat/package.desc +++ b/packages/expat/package.desc @@ -1,6 +1,6 @@ repository='git https://github.com/libexpat/libexpat.git' repository_subdir='expat' -bootstrap='./buildconf.sh && make -C doc all' +bootstrap='./buildconf.sh' mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION} https://github.com/libexpat/libexpat/releases/download/R_${CT_EXPAT_VERSION//./_}' archive_formats='.tar.xz .tar.lz .tar.bz2 .tar.gz' relevantpattern='*.*|.' -- cgit v1.2.3