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

Try to fix install

This commit is contained in:
Salamandar 2024-02-24 15:03:54 +01:00
parent 050a7754cc
commit c9466dce3f
2 changed files with 5 additions and 5 deletions

View file

@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources.sources.client]
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war"
sha256 = "5728b563911bd64bce0a0b81c74ea8ccb2190d1785bff34030fc6885a8273d3e"
format = "whatever"
extract = false
format = "zip"
extract = true
[resources.sources.auth-header]
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz"
@ -119,7 +119,7 @@ ram.runtime = "50M"
"libssl-dev",
"libvorbis-dev",
"libwebp-dev",
"tomcat9",
# "tomcat9",
]
[resources.database]

View file

@ -92,8 +92,8 @@ ynh_script_progression --message="Compiling guacd..." --weight=30
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"
ynh_exec_warn_less make
ynh_exec_warn_less make install
ynh_exec_warn_less env LDFLAGS="-lrt" make
ynh_exec_warn_less env LDFLAGS="-lrt" make install
popd
#=================================================