mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
207434802b
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>
14 lines
361 B
Bash
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`
|
|
|