summaryrefslogtreecommitdiff
path: root/user/wine/no-pie.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/wine/no-pie.patch')
-rw-r--r--user/wine/no-pie.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/wine/no-pie.patch b/user/wine/no-pie.patch
deleted file mode 100644
index 2874e0af8..000000000
--- a/user/wine/no-pie.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wine-4.0.1/configure.ac
-+++ wine-4.0.1/configure.ac
-@@ -955,7 +955,7 @@
-
- WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
- [WINELOADER_LDFLAGS="-Wl,--export-dynamic"])
-- WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000"
-+ WINEPRELOADER_LDFLAGS="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 -no-pie"
-
- WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
- [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"