[Bug 195019] New: security/snort -- missing required link library name for APPID option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 14 22:41:57 UTC 2014


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 at FreeBSD.org
          Reporter: bmeeks8 at bellsouth.net
          Assignee: zi at FreeBSD.org
             Flags: maintainer-feedback?(zi at 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 at FreeBSD.org> ---
Auto-assigned to maintainer zi at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list