Project

General

Profile

Actions

Bug #1051

closed

master-2013-12-02: configure.ac: Solaris needs an entry

Added by Mark Solaris over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:

Description

Solaris could use a configure.ac entry, so we can define OS_SOLARIS for later tweaks

    --- suricata-master.orig/configure.ac   2013-12-01 21:37:52.000000000 +1100
    +++ suricata-master/configure.ac        2013-12-03 13:50:26.311583527 +1100
    @@ -207,6 +207,12 @@
                 LDFLAGS="${LDFLAGS} -L/usr/local/lib -I/usr/local/lib/libnet-1.1" 
                 e_magic_file="/usr/local/share/file/magic.mgc" 
                 ;;
    +        *-*-solaris*)
    +            CFLAGS="${CFLAGS} -DOS_SOLARIS" 
    +            CPPFLAGS="${CPPFLAGS} -I/usr/local/include" 
    +            LDFLAGS="${LDFLAGS} -L/usr/local/lib -R/usr/local/lib" 
    +            e_magic_file="/usr/local/share/misc/magic.mgc" 
    +            ;;
             *darwin*|*Darwin*)
                 CFLAGS="${CFLAGS} -DOS_DARWIN" 
                 CPPFLAGS="${CPPFLAGS} -I/opt/local/include" 
Actions #1

Updated by Andreas Herz over 8 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF