diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-29 09:05:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-29 09:05:00 +0000 |
commit | 01512192090af8694f4e0ab2be9e47447869627b (patch) | |
tree | d1da7cf432e17ec972a97cbefd7151708cca0219 /mono-5.10.0-find-provides.patch | |
parent | a40f344f9466a0470cfc97424fd83b59bf88a02a (diff) |
automatic import of mono
Diffstat (limited to 'mono-5.10.0-find-provides.patch')
-rw-r--r-- | mono-5.10.0-find-provides.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mono-5.10.0-find-provides.patch b/mono-5.10.0-find-provides.patch new file mode 100644 index 0000000..262fffb --- /dev/null +++ b/mono-5.10.0-find-provides.patch @@ -0,0 +1,12 @@ +--- a/scripts/mono-find-provides.in 2018-03-02 21:56:22.911149656 +0100 ++++ b/scripts/mono-find-provides.in 2018-03-02 21:56:57.985962849 +0100 +@@ -16,7 +16,8 @@ + + # Only include files with /gac/, /Facades/ or /4.5/ in path + # (Allows packages to contain private assemblies that don't conflict with other packages) +-monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/(gac|Facades|4\\.5)/")) ++#quite a number of files are not in the gac, eg. System.IO, and Mono.Configuration.Crypto, and others ++#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/(gac|Facades|4\\.5)/")) + # Disabled... see ChangeLog + + # Set the prefix, unless it is overriden (used when building mono rpms) |