aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine/nopie.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-08 17:28:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:46 +0000
commit5c8721e0fa7cb79f4195aae4a3db9789c74d29fd (patch)
tree6d6158cb5be4c1a56ff669e63291fb6c4f4fd70f /community/wine/nopie.patch
parent728cb7a2b9a41e7653e00395ea93c93536512736 (diff)
downloadaports-5c8721e0fa7cb79f4195aae4a3db9789c74d29fd.tar.bz2
aports-5c8721e0fa7cb79f4195aae4a3db9789c74d29fd.tar.xz
community/wine: upgrade to 1.8.5 and rebuild with libressl
Diffstat (limited to 'community/wine/nopie.patch')
-rw-r--r--community/wine/nopie.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/wine/nopie.patch b/community/wine/nopie.patch
new file mode 100644
index 0000000000..54eb141bef
--- /dev/null
+++ b/community/wine/nopie.patch
@@ -0,0 +1,10 @@
+diff --git a/loader/Makefile.in b/loader/Makefile.in
+index 8190037..b4f2902 100644
+--- a/loader/Makefile.in
++++ b/loader/Makefile.in
+@@ -29,4 +29,4 @@ wine_preloader_OBJS = preloader.o
+ wine_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
+
+ wine64_preloader_OBJS = preloader.o
+-wine64_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
++wine64_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 -no-pie