fix DLL relocation problem with recompiled SVN libs
commit63a5c7631c6955eed85cdaf66fffa66a08c9e7ab
authorKarsten Blees <blees@dcon.de>
Fri, 15 Aug 2014 19:03:24 +0000 (15 21:03 +0200)
committerKarsten Blees <blees@dcon.de>
Fri, 15 Aug 2014 19:12:44 +0000 (15 21:12 +0200)
tree64105e8a96ef4b9310c0a2efe0092bc1057eba16
parente4d948b19a5959d5c692e66d24ca0a9adf911653
fix DLL relocation problem with recompiled SVN libs

Recompiled libsvn_repos and libneon have the same base address, causing
problems in MSYS fork emulation. Rebase to free regions via:

  rebase -b 0x64000000 bin/libsvn_repos-1-0.dll
  rebase -b 0x64200000 bin/libneon-25.dll

Signed-off-by: Karsten Blees <blees@dcon.de>
bin/libneon-25.dll
bin/libsvn_repos-1-0.dll