Use Mono prefix for libMonoPosixHelper
authorAndrea Canciani <ranma42@gmail.com>
Tue, 27 May 2014 10:57:38 +0000 (12:57 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Tue, 1 Jul 2014 12:25:12 +0000 (14:25 +0200)
commit3408b8e5f194774e529e223173d68a1a8f880ea5
tree62403324b5d8acad488d0f5f2494ea678ebce4f0
parent8f961e65609574d51800a2f6844fa4786c08164c
Use Mono prefix for libMonoPosixHelper

The libMonoPosixHelper is installed together with Mono, hence its path
in the configuration should be relative to the Mono prefix.

It was previously assumed to reside in a system path, so the the
dynamic linker would find it anyway.

This patch is based on the one included in bug #18555 (by GaĆ«tan
Lehmann <gaetan.lehmann@gmail.com>), but it also updates
runtime/Makefile.am to keep runtime/etc/mono/config consistent.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=18555
data/config.in
runtime/Makefile.am