mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
Build with -lrt
This commit is contained in:
parent
96d9d698ad
commit
0c4a26ec82
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Compiling guacd..." --weight=30
|
ynh_script_progression --message="Compiling guacd..." --weight=30
|
||||||
|
|
||||||
pushd "$install_dir/.guacd-src"
|
pushd "$install_dir/.guacd-src"
|
||||||
./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
|
LDFLAGS="-lrt" ./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
|
||||||
ynh_exec_warn_less make
|
ynh_exec_warn_less make
|
||||||
ynh_exec_warn_less make install
|
ynh_exec_warn_less make install
|
||||||
popd
|
popd
|
||||||
|
|
|
@ -91,7 +91,7 @@ fi
|
||||||
ynh_script_progression --message="Compiling guacd..." --weight=30
|
ynh_script_progression --message="Compiling guacd..." --weight=30
|
||||||
|
|
||||||
pushd "$install_dir/.guacd-src"
|
pushd "$install_dir/.guacd-src"
|
||||||
./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
|
LDFLAGS="-lrt" ./configure --enable-allow-freerdp-snapshots --prefix="$install_dir" --datadir="$install_dir" --with-freerdp-plugin-dir="$install_dir/lib/x86_64-linux-gnu/freerdp2"
|
||||||
ynh_exec_warn_less make
|
ynh_exec_warn_less make
|
||||||
ynh_exec_warn_less make install
|
ynh_exec_warn_less make install
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue