8000 libncurses: replace autoconf with new config.guess · arduino/avrdude-build-script@e962bfb · GitHub
[go: up one dir, main page]

Skip to content

Commit e962bfb

Browse files
committed
libncurses: replace autoconf with new config.guess
1 parent 7865ab3 commit e962bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libncurses-5.9.build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ $CROSS_COMPILE != "" ]] ; then
4141
CONFARGS="$CONFARGS --host=$CROSS_COMPILE_HOST"
4242
fi
4343
if [[ $MACHINE == "aarch64" ]] ; then
44-
autoconf
44+
curl "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" > config.guess
4545
fi
4646
CFLAGS="-w -O2 $CFLAGS -fPIC" CPPFLAGS="-P" CXXFLAGS="-w -O2 $CXXFLAGS -fPIC" LDFLAGS="-s $LDFLAGS -fPIC" ./configure $CONFARGS
4747
make -j 4

0 commit comments

Comments
 (0)
0