diff options
author | Max Rees <maxcrees@me.com> | 2019-05-22 05:52:43 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-05-22 05:52:43 -0400 |
commit | b470d7e82ed6c381e60b37a6a1958fea2e48098c (patch) | |
tree | 65f177abdfff958b30283c8e113b9b16fe288558 | |
parent | 0ee2191bdaf224bcc5c9bd4cfd3e42e0fe5fed16 (diff) | |
download | packages-b470d7e82ed6c381e60b37a6a1958fea2e48098c.tar.gz packages-b470d7e82ed6c381e60b37a6a1958fea2e48098c.tar.bz2 packages-b470d7e82ed6c381e60b37a6a1958fea2e48098c.tar.xz packages-b470d7e82ed6c381e60b37a6a1958fea2e48098c.zip |
user/wine: drop dead patch
-rw-r--r-- | user/wine/nopie.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/user/wine/nopie.patch b/user/wine/nopie.patch deleted file mode 100644 index 54eb141be..000000000 --- a/user/wine/nopie.patch +++ /dev/null @@ -1,10 +0,0 @@ -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 |