Half of the ports had a manual post_install step to delete libtool files this is now done automatically and there is no need for it! Libtool files have to be deleted as libtool doesn't work while cross-compiling (at least out of the box)
7 lines
247 B
Bash
Executable File
7 lines
247 B
Bash
Executable File
#!/bin/bash ../install.sh
|
|
|
|
NAME='libffi'
|
|
VERSION='3.5.2'
|
|
DOWNLOAD_URL="https://github.com/libffi/libffi/releases/download/v$VERSION/libffi-$VERSION.tar.gz#f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc"
|
|
CONFIG_SUB=('config.sub')
|