1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/snortsam/files/patch-makesnortsam.sh
Jean Milanez Melo 207434802b New port: security/snortsam
SnortSam is a plugin for Snort, an open-source light-weight
Intrusion Detection System (IDS). The plugin allows for
automated blocking of IP addresses on many firewalls.

WWW: http://www.snortsam.net

PR:		ports/126896
Submitted by:	Danton Dorati <danton@freebsdbrasil.com.br>
2008-09-03 23:02:16 +00:00

14 lines
361 B
Bash

--- makesnortsam.sh.old 2008-08-03 00:04:24.000000000 -0300
+++ makesnortsam.sh 2008-08-03 00:04:57.000000000 -0300
@@ -11,8 +11,8 @@
# Under Solaris, the OPSEC stuff is linked dynamically.
# On other platforms, statically.
-BSDTHREADLIB='-lc_r'
-#BSDTHREADLIB='-lpthread'
+#BSDTHREADLIB='-lc_r'
+BSDTHREADLIB='-lpthread'
systype=`uname`