mono-tools (2.6.2-3) 04-gendarme_link_libraries_correctly.patch

Summary

 gendarme/rules/Gendarme.Rules.Portability/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Index: mono-tools-2.4.2/gendarme/rules/Gendarme.Rules.Portability/Makefile.am
===================================================================
--- mono-tools-2.4.2.orig/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2009-02-23 18:52:20.000000000 +0000
+++ mono-tools-2.4.2/gendarme/rules/Gendarme.Rules.Portability/Makefile.am	2009-07-07 20:40:33.000000000 +0100
@@ -1,6 +1,6 @@
 include ../common.make
 
-EXTRA_RULES_OPTIONS += -r:ICSharpCode.SharpZipLib.dll -pkg:dotnet
+EXTRA_RULES_OPTIONS += -r:ICSharpCode.SharpZipLib.dll -r:System.Web.Services
 
 rules_sources =  \
 	DoNotHardcodePathsRule.cs \