logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8a73c32a99db5494a0bac8f935f0d18a05f7ffe9
parent 1f384d443998f48b490916107aa34748825080e5
Author: Michael Forney <mforney@mforney.org>
Date:   Sun,  4 Nov 2018 11:20:07 -0800

elfutils: Update to 0.174

Diffstat:

Mpkg/elfutils/config.h12+++++-------
Apkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch26++++++++++++++++++++++++++
Mpkg/elfutils/rev2+-
3 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/pkg/elfutils/config.h b/pkg/elfutils/config.h @@ -19,14 +19,14 @@ #define HAVE_UNISTD_H 1 #define HAVE_VISIBILITY 1 #define LIBEBL_SUBDIR "elfutils" -#define MODVERSION "Build for elfutils 173 x86_64-pc-linux-gnu" +#define MODVERSION "Build for elfutils 174 x86_64-unknown-linux-gnu" #define PACKAGE "elfutils" #define PACKAGE_BUGREPORT "https://sourceware.org/bugzilla" #define PACKAGE_NAME "elfutils" -#define PACKAGE_STRING "elfutils 0.173" +#define PACKAGE_STRING "elfutils 0.174" #define PACKAGE_TARNAME "elfutils" #define PACKAGE_URL "http://elfutils.org/" -#define PACKAGE_VERSION "0.173" +#define PACKAGE_VERSION "0.174" #define SIZEOF_LONG 8 #define STDC_HEADERS 1 /* #undef USE_BZLIB */ @@ -34,11 +34,9 @@ /* #undef USE_LOCKS */ /* #undef USE_LZMA */ #define USE_ZLIB 1 -#define VERSION "0.173" +#define VERSION "0.174" /* #undef YYTEXT_POINTER */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif +#define _DARWIN_USE_64_BIT_INODE 1 /* #undef _FILE_OFFSET_BITS */ /* #undef _LARGE_FILES */ #include <eu-config.h> diff --git a/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch b/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch @@ -0,0 +1,26 @@ +From 0081518044fcb2b1db799589d2adffe0a14f798d Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Sun, 4 Nov 2018 13:10:42 -0800 +Subject: [PATCH] Remove error.h include from lib/system.h + +We are only building libelf, which does not need error.h, and +e893aab0d1 had the side-effect of adding error.h to lib/system.h. +--- + lib/system.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/lib/system.h b/lib/system.h +index 292082bd..92033355 100644 +--- a/lib/system.h ++++ b/lib/system.h +@@ -30,7 +30,6 @@ + #define LIB_SYSTEM_H 1 + + #include <errno.h> +-#include <error.h> + #include <stddef.h> + #include <stdint.h> + #include <sys/param.h> +-- +2.19.1 + diff --git a/pkg/elfutils/rev b/pkg/elfutils/rev @@ -1 +1 @@ -2 +3