File tree Expand file tree Collapse file tree 1 file changed +31
-30
lines changed Expand file tree Collapse file tree 1 file changed +31
-30
lines changed Original file line number Diff line number Diff line change @@ -976,36 +976,37 @@ packages:
976976 DESTDIR : ' @THIS_COLLECT_DIR@'
977977 quiet : true
978978
979- # - name: libffi
980- # source:
981- # subdir: 'bundled'
982- # git: 'https://github.com/libffi/libffi.git'
983- # tag: 'v3.4.2'
984- # version: '3.4.2'
985- # tools_required:
986- # - host-autoconf-v2.69
987- # - host-automake-v1.16
988- # regenerate:
989- # - args: ['./autogen.sh']
990- # - args: ['cp',
991- # '@BUILD_ROOT@/tools/host-automake-v1.11/share/automake-1.11/config.sub',
992- # '@THIS_SOURCE_DIR@/']
993- # tools_required:
994- # - host-gcc
995- # pkgs_required:
996- # - mlibc
997- # configure:
998- # - args:
999- # - '@THIS_SOURCE_DIR@/configure'
1000- # - '--host=x86_64-aero'
1001- # - '--prefix=/usr'
1002- # - '--with-sysroot=@SYSROOT_DIR@' # Set libtool's lt_sysroot.
1003- # build:
1004- # - args: ['make', '-j@PARALLELISM@']
1005- # - args: ['make', 'install']
1006- # environ:
1007- # DESTDIR: '@THIS_COLLECT_DIR@'
1008- # quiet: true
979+ - name : libffi
980+ source :
981+ subdir : ' bundled'
982+ git : ' https://github.com/libffi/libffi.git'
983+ tag : ' v3.4.2'
984+ version : ' 3.4.2'
985+ tools_required :
986+ - host-autoconf-v2.69
987+ - host-automake-v1.16
988+ - host-libtool
989+ regenerate :
990+ - args : ['./autogen.sh']
991+ - args : ['cp',
992+ ' @BUILD_ROOT@/tools/host-automake-v1.16/share/automake-1.16/config.sub' ,
993+ ' @THIS_SOURCE_DIR@/' ]
994+ tools_required :
995+ - host-gcc
996+ pkgs_required :
997+ - mlibc
998+ configure :
999+ - args :
1000+ - ' @THIS_SOURCE_DIR@/configure'
1001+ - ' --host=x86_64-aero'
1002+ - ' --prefix=/usr'
1003+ - ' --with-sysroot=@SYSROOT_DIR@' # Set libtool's lt_sysroot.
1004+ build :
1005+ - args : ['make', '-j@PARALLELISM@']
1006+ - args : ['make', 'install']
1007+ environ :
1008+ DESTDIR : ' @THIS_COLLECT_DIR@'
1009+ quiet : true
10091010
10101011 # - name: wayland
10111012 # from_source: wayland
You can’t perform that action at this time.
0 commit comments