mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
added p1_utils to reltool.config resolving treap:empty() undefined error
This commit is contained in:
parent
72fd353988
commit
8d9a9228d9
@ -28,7 +28,7 @@ ConfiguredOTPApps = lists:flatmap(
|
||||
|
||||
OTPApps = RequiredOTPApps ++ ConfiguredOTPApps,
|
||||
|
||||
DepRequiredApps = [p1_cache_tab, p1_tls, p1_stringprep, p1_xml, p1_yaml, xmlrpc],
|
||||
DepRequiredApps = [p1_cache_tab, p1_tls, p1_stringprep, p1_xml, p1_yaml, xmlrpc, p1_utils],
|
||||
|
||||
DepConfiguredApps = lists:flatmap(
|
||||
fun({mysql, true}) -> [p1_mysql];
|
||||
|
Loading…
Reference in New Issue
Block a user