2009-05-07 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Thu, 7 May 2009 19:03:57 +0000 (19:03 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 7 May 2009 19:03:57 +0000 (19:03 -0000)
* runtime/Makefile.am (mcs-compileall): Pass --security=validil
to the runtime so the assemblies are not required to be verifiable.

svn path=/trunk/mono/; revision=133737

ChangeLog
runtime/Makefile.am

index 80562a4e3f8956b9fa574553972e7fb31b23c376..edd002f230b90aec3cf784b2fd46555d259eb7f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-07  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * runtime/Makefile.am (mcs-compileall): Pass --security=validil
+       to the runtime so the assemblies are not required to be verifiable.
+
 2009-05-06  Raja R Harinath  <harinath@hurrynot.org>
 
        * Makefile.am (compiler-tests): Rewrite to re-build the moon
index b30be6388fc30eae2148ea524c976472769097c6..e0a78455a4423acc9a045032146bfabf91b1acba 100644 (file)
@@ -117,7 +117,7 @@ mcs-compileall: mono-wrapper etc/mono/config
                if [ ! -f $$i ] ; then \
                        continue ; \
                fi ;  \
-           if ./mono-wrapper --compile-all --verify-all $$i; then \
+           if ./mono-wrapper --compile-all --verify-all --security=validil $$i; then \
              echo $$i verified OK; \
            else \
              echo $$i verification failed; ok=false; \