mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Remove libffi compilation
This commit is contained in:
parent
30198703c2
commit
451c86af3a
3 changed files with 0 additions and 25 deletions
|
@ -41,25 +41,6 @@ myynh_create_dir () {
|
|||
[ -d "$1" ] || mkdir -p "$1"
|
||||
}
|
||||
|
||||
myynh_compile_libffi () {
|
||||
ynh_print_info --message="Building libffi..."
|
||||
|
||||
# Download
|
||||
wget "https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz" 2>&1
|
||||
|
||||
# Extract
|
||||
tar zxf libffi-3.3.tar.gz
|
||||
|
||||
# Install
|
||||
cd libffi-3.3
|
||||
ynh_exec_warn_less ./configure
|
||||
ynh_exec_warn_less make install
|
||||
ldconfig
|
||||
|
||||
#Exit
|
||||
cd ..
|
||||
}
|
||||
|
||||
# Install specific python version
|
||||
# usage: myynh_install_python --python="3.8.6"
|
||||
# | arg: -p, --python= - the python version to install
|
||||
|
|
|
@ -79,9 +79,6 @@ ynh_script_progression --message="Installing dependencies..."
|
|||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
# Install libffi-3.3 if libffi.so.7 is missing (buster)
|
||||
[[ $(ldconfig -p | grep libffi.so.7) ]] || myynh_compile_libffi
|
||||
|
||||
myynh_install_python --python="$py_required_version"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -95,9 +95,6 @@ ynh_script_progression --message="Upgrading dependencies..."
|
|||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
# Install libffi-3.3 if libffi.so.7 is missing (buster)
|
||||
[[ $(ldconfig -p | grep libffi.so.7) ]] || myynh_compile_libffi
|
||||
|
||||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue