mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
parent
09c6d79bdf
commit
cf746004d4
@ -417,6 +417,9 @@ cd guacamole-server-${GUACVERSION}/
|
||||
|
||||
echo -e "${BLUE}Building Guacamole-Server with GCC $( gcc --version | head -n1 | grep -oP '\)\K.*' | awk '{print $1}' ) ${NC}"
|
||||
|
||||
# Fix for warnings #222
|
||||
export CFLAGS="-Wno-error"
|
||||
|
||||
echo -e "${BLUE}Configuring Guacamole-Server. This might take a minute...${NC}"
|
||||
./configure --with-systemd-dir=/etc/systemd/system &>> ${LOG}
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user