summaryrefslogtreecommitdiff
path: root/mono-5.10.0-find-provides.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mono-5.10.0-find-provides.patch')
-rw-r--r--mono-5.10.0-find-provides.patch12
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)