Re: [ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-19 Thread Michael Olbrich
On Mon, Jan 16, 2012 at 09:30:25PM +0100, Bernhard Walle wrote: The extension of shared libraries on Darwin is .dylib, not .so. While the fakeroot script itself (which is part of the fakeroot distribution) can handle Darwin, ptxdist calls 'fakeroot' with the '-l' parameter and directly

Re: [ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-19 Thread Bernhard Walle
Am 19.01.12 20:55, schrieb Michael Olbrich: On Mon, Jan 16, 2012 at 09:30:25PM +0100, Bernhard Walle wrote: The extension of shared libraries on Darwin is .dylib, not .so. While the fakeroot script itself (which is part of the fakeroot distribution) can handle Darwin, ptxdist calls 'fakeroot'

[ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-19 Thread Bernhard Walle
The extension of shared libraries on Darwin is .dylib, not .so. Because fakeroot doesn't need specification of the pre-load library but finds the library automatically, remove calling fakeroot with -l. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/pre/Rules.make |3 ++- 1 files

Re: [ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-19 Thread Michael Olbrich
On Thu, Jan 19, 2012 at 10:16:51PM +0100, Bernhard Walle wrote: Am 19.01.12 20:55, schrieb Michael Olbrich: On Mon, Jan 16, 2012 at 09:30:25PM +0100, Bernhard Walle wrote: The extension of shared libraries on Darwin is .dylib, not .so. While the fakeroot script itself (which is part of the

[ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-16 Thread Bernhard Walle
The extension of shared libraries on Darwin is .dylib, not .so. While the fakeroot script itself (which is part of the fakeroot distribution) can handle Darwin, ptxdist calls 'fakeroot' with the '-l' parameter and directly provides the full path to the shared library which is pre-loaded. This