aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2025-05-31 11:13:58 +1200
committerChris Packham <judge.packham@gmail.com>2025-06-04 09:23:07 +1200
commit61c87043d681c7469f5edce06d4a16623bfa5e70 (patch)
tree4d34cc0a019a1b9768fdbed55cf27903d970f57e
parente3ea295a7e84f3e170525a4e73e9b7954032c815 (diff)
downloadcrosstool-ng-61c87043d681c7469f5edce06d4a16623bfa5e70.tar.gz
crosstool-ng-61c87043d681c7469f5edce06d4a16623bfa5e70.tar.bz2
crosstool-ng-61c87043d681c7469f5edce06d4a16623bfa5e70.zip
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 <judge.packham@gmail.com>
-rw-r--r--packages/expat/package.desc2
1 files changed, 1 insertions, 1 deletions
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='*.*|.'