Add some missing options to OPTIONS_DEFINE
Reported by: sunpoet
This commit is contained in:
parent
e116eadca3
commit
526f459f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317372
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ MAN1+= $x.1
|
|||
.endfor
|
||||
|
||||
.if !defined(LITE)
|
||||
OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11
|
||||
OPTIONS_DEFINE= RTP SNMP ADNS PCRE IPV6 GEOIP LUA CARES GSSAPI X11 \
|
||||
GNUTLS GCRYPT THREADS
|
||||
OPTIONS_DEFAULT= SNMP ADNS PCRE IPV6 GEOIP GSSAPI X11
|
||||
|
||||
RTP_DESC= Enable support for playing back RTP streams
|
||||
|
|
Loading…
Reference in a new issue