... | ... |
@@ -1168,10 +1168,7 @@ make every-module skip_modules="app_mono db_cassandra db_oracle iptrtpproxy \ |
1168 | 1168 |
%if %{with kazoo} |
1169 | 1169 |
kkazoo \ |
1170 | 1170 |
%endif |
1171 |
-%if %{with rabbitmq} |
|
1172 |
- krabbitmq \ |
|
1173 |
-%endif |
|
1174 |
- kldap |
|
1171 |
+ kldap \ |
|
1175 | 1172 |
%if %{with lua} |
1176 | 1173 |
klua \ |
1177 | 1174 |
%endif |
... | ... |
@@ -1194,6 +1191,9 @@ make every-module skip_modules="app_mono db_cassandra db_oracle iptrtpproxy \ |
1194 | 1191 |
kpostgres kpresence kpython \ |
1195 | 1192 |
%if %{with python3} |
1196 | 1193 |
kpython3 \ |
1194 |
+%endif |
|
1195 |
+%if %{with rabbitmq} |
|
1196 |
+ krabbitmq \ |
|
1197 | 1197 |
%endif |
1198 | 1198 |
kradius \ |
1199 | 1199 |
%if %{with redis} |
... | ... |
@@ -1259,9 +1259,6 @@ make install-modules-all skip_modules="app_mono db_cassandra db_oracle \ |
1259 | 1259 |
kjsonrpcs \ |
1260 | 1260 |
%if %{with kazoo} |
1261 | 1261 |
kkazoo \ |
1262 |
-%endif |
|
1263 |
-%if %{with rabbitmq} |
|
1264 |
- krabbitmq \ |
|
1265 | 1262 |
%endif |
1266 | 1263 |
kldap \ |
1267 | 1264 |
%if %{with lua} |
... | ... |
@@ -1286,6 +1283,9 @@ make install-modules-all skip_modules="app_mono db_cassandra db_oracle \ |
1286 | 1283 |
kpostgres kpresence kpython \ |
1287 | 1284 |
%if %{with python3} |
1288 | 1285 |
kpython3 \ |
1286 |
+%endif |
|
1287 |
+%if %{with rabbitmq} |
|
1288 |
+ krabbitmq \ |
|
1289 | 1289 |
%endif |
1290 | 1290 |
kradius \ |
1291 | 1291 |
%if %{with redis} |