mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
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:
parent
d41f9ee095
commit
83382600f2
10 changed files with 58 additions and 161 deletions
|
|
@ -10,7 +10,6 @@ categories = {"discovery"}
|
|||
|
||||
require("stdnse")
|
||||
require "shortport"
|
||||
require "pcre"
|
||||
|
||||
portrule = shortport.port_or_service(6667, "irc")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue