From fa46b980dd895dd775b229e114e750091fc592e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 8 Aug 2016 17:50:53 +0000 Subject: [PATCH] Fix build with mono 4.4. Some assemblies have been relocated, so adjust files path to point to the correct location. --- misc/podsleuth/files/patch-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/podsleuth/files/patch-configure diff --git a/misc/podsleuth/files/patch-configure b/misc/podsleuth/files/patch-configure new file mode 100644 index 000000000000..13273ccb87a5 --- /dev/null +++ b/misc/podsleuth/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2016-06-25 15:45:17 UTC ++++ configure +@@ -3006,8 +3006,8 @@ $as_echo "$as_me: error: You need to ins + { $as_echo "$as_me:$LINENO: checking for Mono 2.0 GAC for $asm.dll" >&5 + $as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; } + if test \ +- -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0/$asm.dll" -o \ +- -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0/$asm.dll"; \ ++ -e "$($PKG_CONFIG --variable=libdir mono)/mono/2.0-api/$asm.dll" -o \ ++ -e "$($PKG_CONFIG --variable=prefix mono)/lib/mono/2.0-api/$asm.dll"; \ + then \ + { $as_echo "$as_me:$LINENO: result: found" >&5 + $as_echo "found" >&6; }