aboutsummaryrefslogtreecommitdiffstats
path: root/main/elfutils/musl-accessperms.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-26 05:13:06 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-26 11:29:26 +0000
commit2e3d4976eeffb4704cf83e2cc3306293b7c7b2e9 (patch)
tree291b55a671c9856d1e90ce17cfe25313bab04e28 /main/elfutils/musl-accessperms.patch
parent1a1cbf4ee2c744a9b31f9c97f6eb1b28b7424065 (diff)
downloadaports-2e3d4976eeffb4704cf83e2cc3306293b7c7b2e9.tar.bz2
aports-2e3d4976eeffb4704cf83e2cc3306293b7c7b2e9.tar.xz
main/elfutils: upgrade to 0.178
Diffstat (limited to 'main/elfutils/musl-accessperms.patch')
-rw-r--r--main/elfutils/musl-accessperms.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/elfutils/musl-accessperms.patch b/main/elfutils/musl-accessperms.patch
deleted file mode 100644
index 0c7d2fa25d..0000000000
--- a/main/elfutils/musl-accessperms.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/strip.c 2015-10-12 12:22:58.000000000 +0200
-+++ b/src/strip.c 2015-11-20 07:44:13.626287111 +0100
-@@ -44,6 +44,10 @@
- #include <libebl.h>
- #include <system.h>
-
-+#if !defined(ACCESSPERMS)
-+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
-+#endif
-+
- typedef uint8_t GElf_Byte;
-
- /* Name and version of program. */