File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Original file line number Diff line number Diff line change @@ -743,6 +743,11 @@ if build "libtheora" "1.1.1"; then
743
743
sed " s/-fforce-addr//g" configure > configure.patched
744
744
chmod +x configure.patched
745
745
mv configure.patched configure
746
+ # #BEGIN CONFIG.GUESS PATCH -- Updating config.guess file. Which allowed me to compile on aarch64 (ARMv8) [linux kernel 4.9 Ubuntu 20.04]
747
+ rm config.guess
748
+ wget --quiet -O config.guess - https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess
749
+ chmod +x config.guess
750
+ # #END OF CONFIG.GUESS PATCH
746
751
execute ./configure --prefix=" ${WORKSPACE} " --with-ogg-libraries=" ${WORKSPACE} " /lib --with-ogg-includes=" ${WORKSPACE} " /include/ --with-vorbis-libraries=" ${WORKSPACE} " /lib --with-vorbis-includes=" ${WORKSPACE} " /include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec
747
752
execute make -j $MJOBS
748
753
execute make install
You can’t perform that action at this time.
0 commit comments