mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Changes to make OpenSSL a requirement.
Preprocessor conditionals dependent on definition of USE_OPENSSL have been straightened out.
This commit is contained in:
parent
efc8b24576
commit
2bd8f42c15
16 changed files with 81 additions and 161 deletions
|
@ -50,6 +50,9 @@ set(USE_NB_DNS true
|
|||
## Configure Dependencies for Non-Standard Paths
|
||||
##
|
||||
|
||||
# Uncomment to specific a custom prefix containing the OpenSSL installation.
|
||||
#set(OPENSSL_ROOT_DIR path/to/your/openssl)
|
||||
|
||||
# Uncomment to specify a custom prefix that contains the libpcap installation.
|
||||
#set(PCAP_ROOT path/to/your/pcap)
|
||||
|
||||
|
@ -66,7 +69,6 @@ set(USE_NB_DNS true
|
|||
# Perl?
|
||||
# BinPAC
|
||||
#
|
||||
# OpenSSL
|
||||
# Libmagic
|
||||
# LibGeoIP
|
||||
# Libz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue