logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e3bcae6f6084ed1d0697f7b476b21f714acc400b
parent 6b7db809b530eee3052f73377c5b0aad13a0b963
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 17 Jan 2023 13:11:36 -0800

binutils: Update config.h for upcoming musl

Diffstat:

Mpkg/binutils/bfd/config.h12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h @@ -9,11 +9,11 @@ #define HAVE_DECL_ASPRINTF 1 #define HAVE_DECL_BASENAME 1 #define HAVE_DECL_FFS 1 -#define HAVE_DECL_FOPEN64 1 +#define HAVE_DECL_FOPEN64 0 #define HAVE_DECL_FSEEKO 1 -#define HAVE_DECL_FSEEKO64 1 +#define HAVE_DECL_FSEEKO64 0 #define HAVE_DECL_FTELLO 1 -#define HAVE_DECL_FTELLO64 1 +#define HAVE_DECL_FTELLO64 0 #define HAVE_DECL_STPCPY 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_VASPRINTF 1 @@ -23,11 +23,11 @@ #define HAVE_FDOPEN 1 #define HAVE_FILENO 1 /* #undef HAVE_FLS */ -#define HAVE_FOPEN64 1 +/* #undef HAVE_FOPEN64 */ #define HAVE_FSEEKO 1 -#define HAVE_FSEEKO64 1 +/* #undef HAVE_FSEEKO64 */ #define HAVE_FTELLO 1 -#define HAVE_FTELLO64 1 +/* #undef HAVE_FTELLO64 */ #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRLIMIT 1