8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7865ab3 commit e962bfbCopy full SHA for e962bfb
libncurses-5.9.build.bash
@@ -41,7 +41,7 @@ if [[ $CROSS_COMPILE != "" ]] ; then
41
CONFARGS="$CONFARGS --host=$CROSS_COMPILE_HOST"
42
fi
43
if [[ $MACHINE == "aarch64" ]] ; then
44
-autoconf
+curl "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" > config.guess
45
46
CFLAGS="-w -O2 $CFLAGS -fPIC" CPPFLAGS="-P" CXXFLAGS="-w -O2 $CXXFLAGS -fPIC" LDFLAGS="-s $LDFLAGS -fPIC" ./configure $CONFARGS
47
make -j 4
0 commit comments