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 3aa2f52 commit d73a5fdCopy full SHA for d73a5fd
libncurses-5.9.build.bash
@@ -40,7 +40,9 @@ CONFARGS="--prefix=$PREFIX --disable-shared --without-debug --without-ada --with
40
if [[ $CROSS_COMPILE != "" ]] ; then
41
CONFARGS="$CONFARGS --host=$CROSS_COMPILE_HOST"
42
fi
43
+if [[ $MACHINE == "aarch64" ]] ; then
44
autoconf
45
+fi
46
CFLAGS="-w -O2 $CFLAGS -fPIC" CPPFLAGS="-P" CXXFLAGS="-w -O2 $CXXFLAGS -fPIC" LDFLAGS="-s $LDFLAGS -fPIC" ./configure $CONFARGS
47
make -j 4
48
make install.libs
0 commit comments