aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-02 10:20:47 +0300
committerCem Keylan <cem@ckyln.com>2020-11-02 10:20:47 +0300
commit02f41705d1970be0f50fe793f5d0b9daf69146e0 (patch)
tree05acd40d236d26ec5cd97466faa103386e71f487 /core
parent8143cd24902e2485db5ab29967e4fc8ac9bd8ae4 (diff)
downloadrepository-02f41705d1970be0f50fe793f5d0b9daf69146e0.tar.gz
libelf: bump to 0.182
Diffstat (limited to 'core')
-rwxr-xr-xcore/libelf/build2
-rw-r--r--core/libelf/checksums3
-rw-r--r--core/libelf/patches/musl-decls.patch20
-rw-r--r--core/libelf/sources3
-rw-r--r--core/libelf/version2
5 files changed, 3 insertions, 27 deletions
diff --git a/core/libelf/build b/core/libelf/build
index bd5cf230..7bade69a 100755
--- a/core/libelf/build
+++ b/core/libelf/build
@@ -1,7 +1,5 @@
#!/bin/sh -e
-patch -p1 < musl-decls.patch
-
# Build sometimes forces -Werror.
export CFLAGS="$CFLAGS -Wno-error"
diff --git a/core/libelf/checksums b/core/libelf/checksums
index f5fc246f..f822f2fa 100644
--- a/core/libelf/checksums
+++ b/core/libelf/checksums
@@ -1,3 +1,2 @@
-29a6ad7421ec2acfee489bb4a699908281ead2cb63a20a027ce8804a165f0eb3 elfutils-0.181.tar.bz2
-fd98976f5112b49f6469e7bd2e97d390cf90dc68392218dc713ac0449fc3e395 musl-decls.patch
+ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858 elfutils-0.182.tar.bz2
bf11b56670c7919b44e33b5b0f3a216b7f20cf2859b74bf5e2e837532f8e0579 error.h
diff --git a/core/libelf/patches/musl-decls.patch b/core/libelf/patches/musl-decls.patch
deleted file mode 100644
index e3705695..00000000
--- a/core/libelf/patches/musl-decls.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/libelf/elf.h 2015-08-21 14:22:37.000000000 +0200
-+++ b/libelf/elf.h 2015-11-20 04:54:33.948081321 +0100
-@@ -21,6 +21,17 @@
-
- #include <features.h>
-
-+#if !defined(__GLIBC__)
-+/* C++ needs to know that types and declarations are C, not C++. */
-+#ifdef __cplusplus
-+# define __BEGIN_DECLS extern "C" {
-+# define __END_DECLS }
-+#else
-+# define __BEGIN_DECLS
-+# define __END_DECLS
-+#endif
-+#endif
-+
- __BEGIN_DECLS
-
- /* Standard ELF types. */
diff --git a/core/libelf/sources b/core/libelf/sources
index 9b61d831..71eb0aea 100644
--- a/core/libelf/sources
+++ b/core/libelf/sources
@@ -1,3 +1,2 @@
-https://sourceware.org/elfutils/ftp/0.181/elfutils-0.181.tar.bz2
-patches/musl-decls.patch
+https://sourceware.org/elfutils/ftp/0.182/elfutils-0.182.tar.bz2
files/error.h lib
diff --git a/core/libelf/version b/core/libelf/version
index e22f9b1b..c62d59ae 100644
--- a/core/libelf/version
+++ b/core/libelf/version
@@ -1 +1 @@
-0.181 1
+0.182 1