OSDN Git Service

Ver.1.5.34 Fixed CLang warning and others
[opengate/opengate.git] / opengate / opengatesrv / Makefile
index 6a49302..d9eb978 100644 (file)
@@ -2,7 +2,7 @@
 ##  must be matched to descriptions in html files ########
 ##  some other parameters exist in opengatesrv.h  ########
 ##########################################################
-WWWTOP = /usr/local/www/apache22
+WWWTOP = /usr/local/www/apache24
 DOCDIR = /data
 CGIDIR = /cgi-bin
 OPENGATEDIR = /opengate
@@ -14,7 +14,7 @@ INSTALLDOCPATH = ${WWWTOP}${DOCDIR}${OPENGATEDIR}
 INSTALLCGIPATH = ${WWWTOP}${CGIDIR}${OPENGATEDIR}
 MAKEDIR != pwd
 
-CFLAGS= -g -O4 -Wall -I/usr/local/include
+CFLAGS= -g -O3 -Wall -I/usr/local/include
 
 .if exists(/usr/local/include/ldap.h)
 LIBLDAP = -lldap -llber