diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 04:03:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 04:03:05 +0000 |
commit | e5ca48653c51d5ccd8533f9acd5a23688056ffd7 (patch) | |
tree | 3a8c8a26f4fbd324c522d71b70723d04af05a732 /guile-3.0.7-headers.patch | |
parent | efb3174e01a7f5da7ef5ae225721645605f34904 (diff) |
automatic import of guileopeneuler24.03_LTS
Diffstat (limited to 'guile-3.0.7-headers.patch')
-rw-r--r-- | guile-3.0.7-headers.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/guile-3.0.7-headers.patch b/guile-3.0.7-headers.patch new file mode 100644 index 0000000..7550fef --- /dev/null +++ b/guile-3.0.7-headers.patch @@ -0,0 +1,30 @@ +commit 69de79cfa71749de8e0e4dcab17b4ab36208e5fc +Author: Tomas Korbar <tkorbar@redhat.com> +Date: Fri Jul 16 09:32:38 2021 +0200 + + Fix header problem + +diff --git a/lib/libc-config.h b/lib/libc-config.h +index f14013f..884272b 100644 +--- a/lib/libc-config.h ++++ b/lib/libc-config.h +@@ -71,11 +71,6 @@ + # endif + #endif + +-#ifndef __attribute_nonnull__ +-/* <sys/cdefs.h> either does not exist, or is too old for Gnulib. +- Prepare to include <cdefs.h>, which is Gnulib's version of a +- more-recent glibc <sys/cdefs.h>. */ +- + /* Define _FEATURES_H so that <cdefs.h> does not include <features.h>. */ + # ifndef _FEATURES_H + # define _FEATURES_H 1 +@@ -171,7 +166,6 @@ + # endif + # endif + +-#endif /* defined __glibc_likely */ + + + /* A substitute for glibc <libc-symbols.h>, good enough for Gnulib. */ |