This commit is contained in:
Fredrik Andersson 2024-05-05 00:01:21 +02:00 committed by GitHub
commit 36f82666d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -194,7 +194,13 @@ locateAndCheckInterfacesAndLibraries
##################### Third-Party components: binutils, gcc, hfsutils
if [ $SKIP_THIRDPARTY != true ]; then
# (Re)generate autoconf scripts to be compliant with installed host toolchain
TEMP=$(pwd)
cd "$SRC"
find . -name "configure.in" -execdir autoconf \;
cd "$TEMP"
# Create or replace prefix folder
if [ "$PREFIX" = "$DEFAULT_PREFIX" ]; then
# Remove old install tree
rm -rf $PREFIX
@ -298,7 +304,6 @@ if [ $SKIP_THIRDPARTY != true ]; then
unset CPPFLAGS
unset LDFLAGS
# Build hfsutil
mkdir -p $PREFIX/lib
mkdir -p $PREFIX/share/man/man1