Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 01:33:34 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376381 - head/security/snort
Message-ID:  <201501060133.t061XYSQ072457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Jan  6 01:33:33 2015
New Revision: 376381
URL: https://svnweb.freebsd.org/changeset/ports/376381
QAT: https://qat.redports.org/buildarchive/r376381/

Log:
  - Fix runtime issue with APPID enabled
  
  PR:		195019
  Submitted by:	Bill Meeks <bmeeks8@bellsouth.net>

Modified:
  head/security/snort/Makefile

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Tue Jan  6 01:09:43 2015	(r376380)
+++ head/security/snort/Makefile	Tue Jan  6 01:33:33 2015	(r376381)
@@ -64,7 +64,7 @@ BARNYARD_RUN_DEPENDS=	barnyard2:${PORTSD
 PULLEDPORK_RUN_DEPENDS=	pulledpork.pl:${PORTSDIR}/security/pulledpork
 APPID_LIB_DEPENDS=	libluajit-5.1.so:${PORTSDIR}/lang/luajit
 APPID_CONFIGURE_ENV+=	luajit_CFLAGS="-I${LOCALBASE}/include/luajit-2.0" \
-			luajit_LIBS="-L${LOCALBASE}/lib"
+			luajit_LIBS="-L${LOCALBASE}/lib -lluajit-5.1"
 
 .include <bsd.port.options.mk>
 



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