Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2014 22:41:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195019] New: security/snort -- missing required link library name for APPID option
Message-ID:  <bug-195019-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195019

            Bug ID: 195019
           Summary: security/snort -- missing required link library name
                    for APPID option
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: zi@FreeBSD.org
          Reporter: bmeeks8@bellsouth.net
          Assignee: zi@FreeBSD.org
             Flags: maintainer-feedback?(zi@FreeBSD.org)

The link library name for the APPID option used to enable the new OpenAppID
feature in Snort 2.9.7.0 in missing in the Makefile.

This line should enable linking with the luajit-5.1 library required for APPID
support, but notice the required library name is missing:

APPID_CONFIGURE_ENV+=    luajit_CFLAGS="-I${LOCALBASE}/include/luajit-2.0" \
            luajit_LIBS="-L${LOCALBASE}/lib"


This is the corrected line with the required library specified:

APPID_CONFIGURE_ENV+=    luajit_CFLAGS="-I${LOCALBASE}/include/luajit-2.0" \
            luajit_LIBS="-L${LOCALBASE}/lib -lluajit-5.1"

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer zi@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195019-13>