curl: added three new options: ldap (off), ssh (on) and rtmp (off).
This commit is contained in:
parent
806e27cd6f
commit
4cb344b653
2 changed files with 12 additions and 5 deletions
|
@ -29,6 +29,7 @@ desc_option_imagemagick="Enable support for ImageMagick"
|
|||
desc_option_jack="Enable support for the JACK sound server"
|
||||
desc_option_jpeg="Enable support for JPEG images"
|
||||
desc_option_lame="Enable support for the LAME encoder"
|
||||
desc_option_ldap="Enable support for LDAP"
|
||||
desc_option_ldns="Enable support for LDNS DNSSEC library"
|
||||
desc_option_libao="Enable support for libao sound library"
|
||||
desc_option_libedit="Enable support for NetBSD's libedit"
|
||||
|
@ -51,11 +52,13 @@ desc_option_qt="Enable support for building the QT UI"
|
|||
desc_option_raw="Enable support for RAW image files"
|
||||
desc_option_readline="Enable support for GNU readline"
|
||||
desc_option_rpi="Enable support for Raspberry Pi"
|
||||
desc_option_rtmp="Enable support for RTMP"
|
||||
desc_option_sasl="Enable support for SASL"
|
||||
desc_option_sdl="Enable support for SDL (1.x)"
|
||||
desc_option_sdl2="Enable support for SDL (2.x)"
|
||||
desc_option_smb="Enable support for SMB protocol"
|
||||
desc_option_sndio="Enable support for the sndio sound server"
|
||||
desc_option_ssh="Enable support for SSH"
|
||||
desc_option_ssl="Enable support for SSL"
|
||||
desc_option_startup_notification="Enable support for desktop notification"
|
||||
desc_option_static="Enable static linking"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue