From d461733d5b96180497050a9edf22229d501b792b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 4 Jul 2010 20:53:48 +0200 Subject: [PATCH] Win32: Remove rebase stuff This was cygwin specific, probably conflicting with ASLR/DEP and noone is able to understand the logic behind it. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index f85fea65fc..f07508ae31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -825,10 +825,6 @@ endif if USE_PEFLAGS find $(win32_destdir) -type f -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \; endif -# Rebase all those DLLs to speed up loading (needs cygwin rebase) - if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \ - find $(win32_destdir) -type f -name '*$(LIBEXT)' -print | rebase -b 0x70000000 -T -; \ - fi # Strip DLLs package-win-common-strip: package-win-common -- 2.39.5