From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Thu, 04 Feb 2016 14:24:11 +0000 Subject: [Buildroot] [Bug 8651] libMonoPosixHelper.so wrong link reference in buildroot image In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=8651 --- Comment #2 from Markus Egle --- Till now I'm not really familiar with the config/make procedure. So I don't know if I have to change the Makefile.in or the config.in or both. Found four possible locations to make the testing changes. ...> find /home/eglem/buildroot -name "*.in"|grep mono|awk '{print "grep -Hn libMonoPosixHelper " $1}'|sh|grep target /home/eglem/buildroot/output/build/host-mono-4.0.2.5/runtime/Makefile.in:629: sed 's,target="$(prefix)/$(reloc_libdir)/libMonoPosixHelper$(libsuffix)",target="'$$d'/libMonoPosixHelper.la",' ../data/config > $@t /home/eglem/buildroot/output/build/host-mono-4.0.2.5/data/config.in:13: /home/eglem/buildroot/output/build/mono-4.0.2.5/runtime/Makefile.in:629: sed 's,target="$(prefix)/$(reloc_libdir)/libMonoPosixHelper$(libsuffix)",target="'$$d'/libMonoPosixHelper.la",' ../data/config > $@t /home/eglem/buildroot/output/build/mono-4.0.2.5/data/config.in:13: Then I just remove the prefix? -- You are receiving this mail because: You are on the CC list for the bug.