From: Jean-Baptiste Kempf Date: Sun, 4 Jul 2010 18:53:48 +0000 (+0200) Subject: Win32: Remove rebase stuff X-Git-Tag: 1.2.0-pre1~5949 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d461733d5b96180497050a9edf22229d501b792b;p=vlc Win32: Remove rebase stuff This was cygwin specific, probably conflicting with ASLR/DEP and noone is able to understand the logic behind it. --- 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