aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-07-25 09:36:00 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-07-25 09:36:00 +0000
commitdb7d7e1f666019965fd1e12d1d1021ee2f0add57 (patch)
treed5c6fb58b4bc105ef991468495b47eb4320aab2e /community/wine
parentcd24e611c51e165221f0ac8aad4af1a139334a5d (diff)
downloadaports-db7d7e1f666019965fd1e12d1d1021ee2f0add57.tar.bz2
aports-db7d7e1f666019965fd1e12d1d1021ee2f0add57.tar.xz
community/wine: _really_ added missing patch
Diffstat (limited to 'community/wine')
-rw-r--r--community/wine/no-pie.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/wine/no-pie.patch b/community/wine/no-pie.patch
new file mode 100644
index 0000000000..5fb5d87b68
--- /dev/null
+++ b/community/wine/no-pie.patch
@@ -0,0 +1,14 @@
+diff --git a/loader/Makefile.in b/loader/Makefile.in
+index 8190037..437d4d9 100644
+--- a/loader/Makefile.in
++++ b/loader/Makefile.in
+@@ -26,7 +26,7 @@ wine64_DEPS = $(WINELOADER_DEPENDS)
+ wine64_LDFLAGS = $(LDEXECFLAGS) -lwine $(PTHREAD_LIBS)
+
+ wine_preloader_OBJS = preloader.o
+-wine_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
++wine_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 -no-pie
+
+ 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