svn commit: r376381 - head/security/snort

Ryan Steinmetz zi at FreeBSD.org
Tue Jan 6 01:33:35 UTC 2015


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 at 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>
 


More information about the svn-ports-all mailing list