updated the build process to support solaris 11

This commit is contained in:
SJ
2012-08-10 13:04:54 +02:00
parent 8c90552cff
commit b026e02474
9 changed files with 22 additions and 7 deletions

8
configure vendored
View File

@ -610,6 +610,7 @@ libclamav_extra_libs
mysql_obj
mysql_libs
mysql_includes
MAKE
SUBDIRS
RUNNING_USER
OBJS
@ -2030,7 +2031,7 @@ ac_config_headers="$ac_config_headers piler-config.h"
CONFIGURE_PARAMS_FILE=params.h
rm -f $CONFIGURE_PARAMS_FILE; echo "#define CONFIGURE_PARAMS \"Build Date: "`date`"\nConfigure command: ./configure $@\"" > $CONFIGURE_PARAMS_FILE
rm -f $CONFIGURE_PARAMS_FILE; echo "#define CONFIGURE_PARAMS \"Build Date: "`date`\\nConfigure command: ./configure $@\""" > $CONFIGURE_PARAMS_FILE
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@ -3402,6 +3403,7 @@ done
have_libclamav="no"
have_libtool="no"
have_clamd="no"
@ -3423,6 +3425,10 @@ os=`uname -s`
id_bin="id"
MAKE="make"
if test "$os" = "SunOS"; then MAKE="gmake"; fi
SUBDIRS="src etc util init.d test"