mono/mono-4.3.2-find-provides.patch
Timotheus Pokorra b871f74553 more fixes: provides needs to consider assemblies not in the gac.
need a symbolic link for 4.5-api so that TargetFramework in csproj files
works
2016-02-26 22:12:55 +01:00

13 lines
629 B
Diff

--- a/scripts/mono-find-provides.in 2016-02-22 16:08:49.000000000 +0100
+++ b/scripts/mono-find-provides.in 2016-02-26 21:32:34.004474233 +0100
@@ -16,7 +16,8 @@
# Only include files with /gac/ in path
# (Allows packages to contain private assemblies that don't conflict with other packages)
-monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+#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/"))
# Disabled... see ChangeLog
# Set the prefix, unless it is overriden (used when building mono rpms)