up
This commit is contained in:
27
profiles/options/base_options.jinja
Normal file
27
profiles/options/base_options.jinja
Normal file
@@ -0,0 +1,27 @@
|
||||
[options]
|
||||
# openssl
|
||||
openssl/*:shared=True
|
||||
|
||||
# qt
|
||||
qt/*:shared=True
|
||||
|
||||
# Date default options
|
||||
date/*:shared=False
|
||||
date/*:header_only=False
|
||||
date/*:use_system_tz_db=True
|
||||
date/*:inject_tzdb=False
|
||||
# Until C++17:
|
||||
date/*:disable_string_view=True
|
||||
|
||||
#openldap
|
||||
openldap/*:shared=True
|
||||
openldap/*:disable_slapd=True
|
||||
#Разобраться после релиза:
|
||||
openldap/*:disable_mdb=True
|
||||
openldap/*:disable_bdb=True
|
||||
openldap/*:disable_hdb=True
|
||||
openldap/*:disable_monitor=True
|
||||
openldap/*:disable_relay=True
|
||||
openldap/*:disable_syncprov=True
|
||||
openldap/*:with_cyrus_sasl=False
|
||||
openldap/*:with_yielding_select=True
|
||||
2
profiles/options/linux_options
Normal file
2
profiles/options/linux_options
Normal file
@@ -0,0 +1,2 @@
|
||||
include(base_options.jinja)
|
||||
[options]
|
||||
Reference in New Issue
Block a user