f726f13445
Compilation fails with the following error on armv7: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.ConsoleReportPrinter ---> System.OverflowException: Number overflow The arm-fpu.patch file should fix it. Taken from: https://github.com/archlinuxarm/PKGBUILDs/issues/91
10 lines
415 B
XML
10 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>dotnet</herd>
|
|
<use>
|
|
<flag name='pax_kernel'>Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
|
|
<flag name='xen'>Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems.</flag>
|
|
</use>
|
|
</pkgmetadata>
|