Hi Stefan,
Stefan Sperling writes:
> LD_LIBRARY_PATH in the Makefile is only used by targets that are supposed
> to run the executables compiled by the Makefile, and need to *dynamically*
> load some libraries at run time (e.g. bindings) via dlopen().
>
> This doesn't affect the checkout/export s
On Sat, Jan 08, 2011 at 05:50:52PM +0530, Ramkumar Ramachandra wrote:
> I had an issue with my stock SVN picking up the APR libraries I'd just
> compiled, because LD_LIBRARY_PATH is set in Makefile.svn in several
> places. Stock SVN (Debian) was compiled with threading support, and
> the compiled A
Hi Stefan,
Stefan Sperling writes:
> On Sat, Jan 08, 2011 at 02:33:46PM +0530, Ramkumar Ramachandra wrote:
> > [[[
> > Makefile.svn: Make stock SVN binary configurable
> >
> > * tools/dev/unix-build/Makefile.svn: Introduce a new variable
> > $STOCK_SVN that defaults to `env LD_LIBRARY_PATH= svn
On Sat, Jan 08, 2011 at 02:33:46PM +0530, Ramkumar Ramachandra wrote:
> [[[
> Makefile.svn: Make stock SVN binary configurable
>
> * tools/dev/unix-build/Makefile.svn: Introduce a new variable
> $STOCK_SVN that defaults to `env LD_LIBRARY_PATH= svn`. Change
> references to `svn export` and `sv
Hi Daniel,
Daniel Shahaf writes:
> What problem does this fix?
I had an issue with my stock SVN picking up the APR libraries I'd just
compiled, because LD_LIBRARY_PATH is set in Makefile.svn in several
places. Stock SVN (Debian) was compiled with threading support, and
the compiled APR was compil
[ moving stsp to bcc ]
What problem does this fix?
Ramkumar Ramachandra wrote on Sat, Jan 08, 2011 at 14:33:46 +0530:
> [[[
> Makefile.svn: Make stock SVN binary configurable
>
> * tools/dev/unix-build/Makefile.svn: Introduce a new variable
> $STOCK_SVN that defaults to `env LD_LIBRARY_PATH= s
[[[
Makefile.svn: Make stock SVN binary configurable
* tools/dev/unix-build/Makefile.svn: Introduce a new variable
$STOCK_SVN that defaults to `env LD_LIBRARY_PATH= svn`. Change
references to `svn export` and `svn co` to use $STOCK_SVN.
]]]
Index: tools/dev/unix-build/Makefile.svn
===
7 matches
Mail list logo