File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 33using BinaryBuilder
44
55name = " Xorg_libICE"
6- version = v " 1.1.1 "
6+ version = v " 1.1.2 "
77
88# Collection of sources required to build libICE
99sources = [
1010 ArchiveSource (" https://www.x.org/archive/individual/lib/libICE-$(version) .tar.xz" ,
11- " 03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451 " ),
11+ " 974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625 " ),
1212]
1313
1414# Bash recipe for building across all platforms
1515script = raw """
16- cd $WORKSPACE/srcdir/libICE-*/
17- # When compiling for things like ppc64le, we need newer `config.sub` files
18- update_configure_scripts
19- ./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} --enable-malloc0returnsnull=no
16+ cd $WORKSPACE/srcdir/libICE-*
17+ ./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target}
2018make -j${nproc}
2119make install
2220"""
You can’t perform that action at this time.
0 commit comments