aboutsummaryrefslogtreecommitdiffstats
path: root/testing/elfutils/musl-accessperms.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-13 17:05:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-14 18:50:06 +0000
commit69a9add8425a3ac8a4ce5294354a543c63d35e39 (patch)
tree1cb92f6d6bf1e7d89587d0a66e85fbc74be41372 /testing/elfutils/musl-accessperms.patch
parent7fac29dc3dc6a41096bf5f204c541b70f967291e (diff)
downloadaports-69a9add8425a3ac8a4ce5294354a543c63d35e39.tar.bz2
aports-69a9add8425a3ac8a4ce5294354a543c63d35e39.tar.xz
testing/elfutils: new aport
A collection of utilities and DSOs to handle ELF files and DWARF data http://elfutils.org/
Diffstat (limited to 'testing/elfutils/musl-accessperms.patch')
-rw-r--r--testing/elfutils/musl-accessperms.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/elfutils/musl-accessperms.patch b/testing/elfutils/musl-accessperms.patch
new file mode 100644
index 0000000000..0c7d2fa25d
--- /dev/null
+++ b/testing/elfutils/musl-accessperms.patch
@@ -0,0 +1,13 @@
+--- 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. */