mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mono: Support reading manifest files with "<runpath>" in them.
* gnu/packages/patches/mono-6.12.0-add-runpath.patch: Modify. Change-Id: Idac0e9cefd747982b77cc616c7ca9d900f1d9616
This commit is contained in:
parent
7479725ff2
commit
d0aaef326b
1 changed files with 12 additions and 0 deletions
|
@ -183,3 +183,15 @@ index d973de53c8c..8888c7b4fac 100644
|
|||
}
|
||||
|
||||
/**
|
||||
diff -ru a/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs b/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs
|
||||
--- a/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs 2025-07-05 12:28:26.634141555 +0200
|
||||
+++ b/mcs/class/System.Configuration/System.Configuration/SectionGroupInfo.cs 2025-07-05 12:28:53.620591274 +0200
|
||||
@@ -293,7 +293,7 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
- if (reader.LocalName == "dllmap") {
|
||||
+ if (reader.LocalName == "dllmap" || reader.LocalName == "runpath") {
|
||||
reader.Skip ();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue