File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ make install
115115cd ..
116116fi
117117
118- if [ ! -d libffi-3.4.4 ]; then
119- curl -L https://github.com/libffi/libffi/releases/download/v3.4.4 /libffi-3.4.4 .tar.gz -o libffi.tar.gz
118+ if [ ! -d libffi-3.4.6 ]; then
119+ curl -L https://github.com/libffi/libffi/releases/download/v3.4.6 /libffi-3.4.6 .tar.gz -o libffi.tar.gz
120120tar -xf libffi.tar.gz
121- cd libffi-3.4.4
121+ cd libffi-3.4.6
122122./configure --prefix=${PREFIX} --disable-shared
123123make -j$( nproc --all)
124124make install
@@ -146,16 +146,6 @@ make install
146146cd ..
147147fi
148148
149- if [ ! -d libffi-3.4.4 ]; then
150- curl -L https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz -o libffi.tar.gz
151- tar -xf libffi.tar.gz
152- cd libffi-3.4.4
153- ./configure --prefix=${PREFIX} --disable-shared
154- make -j$( nproc --all)
155- make install
156- cd ..
157- fi
158-
159149if [ ! -d libpng-1.6.39 ]; then
160150curl -L http://downloads.sourceforge.net/project/libpng/libpng16/1.6.39/libpng-1.6.39.tar.xz -o libpng.tar.gz
161151tar -xf libpng.tar.gz
@@ -231,8 +221,8 @@ curl -L https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.
231221tar -xf fontconfig.tar.gz
232222cd fontconfig-2.15.0
233223./configure --prefix=${PREFIX} --disable-shared
234- make -j$( nproc --all)
235- make install
224+ make -j$( nproc --all) install || true
225+ echo ----- It is normal for fontconfig to fail to build the executables. The libs should be enough. -----
236226cd ..
237227fi
238228
You can’t perform that action at this time.
0 commit comments