Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 0b91cf6ce22e2364f6c1be47ebb667b0 > files > 1

yaws-1.89-3.fc13.src.rpm

From 28b2a40b5aedeea9c04d1dac2a2f663ea750de3c Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 17 Nov 2010 18:20:23 +0300
Subject: [PATCH 3/3] Add yaws_dime.erl to the list of modules to compile

This module is used in yaws_rpc, yaws_soap_lib and
yaws_soap_srv modules but it wasn't compiled. So it's
quite likely that application will fails with 'undef'
error.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index bd06406..11c412a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -55,6 +55,7 @@ MODULES=yaws \
 	yaws_sup_restarts \
 	yaws_stats \
 	yaws_multipart \
+	yaws_dime \
 	$(BITSMODS)
 
 
-- 
1.7.3.2