diff options
author | TBK <tbk@jjtc.eu> | 2019-02-10 21:45:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-23 11:24:50 -0300 |
commit | 8b6025729e7e7abe1752d2c4be5a574337ec794a (patch) | |
tree | a48df205988d397a7bb50d975be9663a2bba1206 /community/wine/nopie.patch | |
parent | 56dce0fdb84102d1371da0d1087dfe2d0c550751 (diff) | |
download | aports-8b6025729e7e7abe1752d2c4be5a574337ec794a.tar.bz2 aports-8b6025729e7e7abe1752d2c4be5a574337ec794a.tar.xz |
community/wine: upgrade to 4.0.1
Diffstat (limited to 'community/wine/nopie.patch')
-rw-r--r-- | community/wine/nopie.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/wine/nopie.patch b/community/wine/nopie.patch deleted file mode 100644 index 54eb141bef..0000000000 --- a/community/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 |