mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +01: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