Revert r5485. This changes the pcre Lua module back to statically linked

code instead of a dynamically loaded C module. Linking the dynamic
shared module with the static libpcre.a was failing on OpenBSD. See
http://seclists.org/nmap-dev/2007/q4/0085.html.
This commit is contained in:
david 2007-10-23 00:45:00 +00:00
parent d41f9ee095
commit 83382600f2
10 changed files with 58 additions and 161 deletions

View file

@ -10,7 +10,6 @@ categories = {"discovery"}
require("stdnse")
require "shortport"
require "pcre"
portrule = shortport.port_or_service(6667, "irc")