fix issue for newer compilers
This commit is contained in:
parent
802f4a1609
commit
d411f2624b
3 changed files with 513 additions and 286 deletions
|
@ -12,6 +12,7 @@ SecureServ Module for NeoStats Changelog.
|
|||
- Add a KILL action for viri. Useful to keep the akill list manageable by not
|
||||
adding bots that do not rejoin after kill (e.g. WebCamSpam) (M)
|
||||
- use Match rather than fnmatch to avoid case sensitivity problems with modules (F)
|
||||
- Fix issue for new compilers (F)
|
||||
|
||||
1.2 - Fish (F) and Mark (M) - 12 Feb, 2004
|
||||
- Fix up a monbot channel cycle crash (M)
|
||||
|
|
|
@ -11,7 +11,7 @@ AC_DEFINE_UNQUOTED(MODULE_MAJOR, "$MODULE_MAJOR")
|
|||
AC_DEFINE_UNQUOTED(MODULE_MINOR, "$MODULE_MINOR")
|
||||
DIRINST=~/NeoStats/
|
||||
AC_PREFIX_DEFAULT(~/NeoStats/)
|
||||
CFLAGS="$CFLAGS -O2"
|
||||
CFLAGS="$CFLAGS -O2 -fPIC -DPIC"
|
||||
|
||||
case "$host_os" in
|
||||
*openbsd*)
|
||||
|
|
Reference in a new issue