Module: kamailio Branch: master Commit: 6f170d2847aac510cc4f5630c71c733a1bdacbd8 URL: https://github.com/kamailio/kamailio/commit/6f170d2847aac510cc4f5630c71c733a...
Author: Sergey Safarov s.safarov@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-11-25T08:19:03+01:00
pkg/kamailio/rhel: Updated build instructions
---
Modified: pkg/kamailio/rhel/README.md
---
Diff: https://github.com/kamailio/kamailio/commit/6f170d2847aac510cc4f5630c71c733a... Patch: https://github.com/kamailio/kamailio/commit/6f170d2847aac510cc4f5630c71c733a...
---
diff --git a/pkg/kamailio/rhel/README.md b/pkg/kamailio/rhel/README.md index e1727f7320..8bd5bbeafb 100644 --- a/pkg/kamailio/rhel/README.md +++ b/pkg/kamailio/rhel/README.md @@ -4,3 +4,16 @@ Now supported dists: 1. RHEL 7
SPEC file and other stuff located at `../obs` folder + +IF you wnat build optional packages please use rpmbuild with options "--with". Example + +``` +rpmbbuild -bb --with cnxcc --with geoip --with http_async_client --with jansson \ + --with json --with kazoo --with memcached --with sctp --with websocket kamailio.spec +``` + +or + +``` +mock --rpmbuild-opts '--with cnxcc --with geoip --with http_async_client' --rebuild kamailio.src.rpm +```