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:
parent
050a7754cc
commit
c9466dce3f
2 changed files with 5 additions and 5 deletions
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources.client]
|
[resources.sources.client]
|
||||||
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war"
|
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war"
|
||||||
sha256 = "5728b563911bd64bce0a0b81c74ea8ccb2190d1785bff34030fc6885a8273d3e"
|
sha256 = "5728b563911bd64bce0a0b81c74ea8ccb2190d1785bff34030fc6885a8273d3e"
|
||||||
format = "whatever"
|
format = "zip"
|
||||||
extract = false
|
extract = true
|
||||||
|
|
||||||
[resources.sources.auth-header]
|
[resources.sources.auth-header]
|
||||||
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz"
|
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",
|
"libssl-dev",
|
||||||
"libvorbis-dev",
|
"libvorbis-dev",
|
||||||
"libwebp-dev",
|
"libwebp-dev",
|
||||||
"tomcat9",
|
# "tomcat9",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
|
@ -92,8 +92,8 @@ 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 env LDFLAGS="-lrt" make
|
||||||
ynh_exec_warn_less make install
|
ynh_exec_warn_less env LDFLAGS="-lrt" make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue