[sr-dev] git:master:6f170d28: pkg/kamailio/rhel: Updated build instructions

Daniel-Constantin Mierla miconda at gmail.com
Sat Nov 25 08:19:12 CET 2017


Module: kamailio
Branch: master
Commit: 6f170d2847aac510cc4f5630c71c733a1bdacbd8
URL: https://github.com/kamailio/kamailio/commit/6f170d2847aac510cc4f5630c71c733a1bdacbd8

Author: Sergey Safarov <s.safarov at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/6f170d2847aac510cc4f5630c71c733a1bdacbd8.diff
Patch: https://github.com/kamailio/kamailio/commit/6f170d2847aac510cc4f5630c71c733a1bdacbd8.patch

---

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
+```




More information about the sr-dev mailing list