[SR-Dev] [PATCH 2/3] Do not install tls.cfg, we do not have the tls module in sip-router yet.

Jan Janak jan at iptel.org
Mon Feb 16 13:57:43 CET 2009


We need to comment out those sections of the Makefile which deal with
installation of the tls configuration file and tls certificates, because
we do not have the tls module in the sip-router repository yet.

Signed-off-by: Jan Janak <jan at iptel.org>
---
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b0f5c88..ba4f79e 100644
--- a/Makefile
+++ b/Makefile
@@ -602,9 +602,9 @@ install-cfg: $(cfg_prefix)/$(cfg_dir)
 		$(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir)
 
 		# TLS configuration
-		$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
-		$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
-		modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
+		#$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
+		#$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
+		#modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
 
 install-bin: $(bin_prefix)/$(bin_dir) $(NAME)
 		$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
-- 
1.5.6.5




More information about the sr-dev mailing list