1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00

parallel build

This commit is contained in:
Salamandar 2024-02-24 17:02:27 +01:00
parent a1f8d0705d
commit b7bfe5499c

View file

@ -82,7 +82,7 @@ ynh_script_progression --message="Compiling guacd..." --weight=30
pushd "$install_dir/.guacd-src" pushd "$install_dir/.guacd-src"
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" 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 -j $(nproc)
ynh_exec_warn_less make install ynh_exec_warn_less make install
popd popd