diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
commit | 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch) | |
tree | 2c850782b81eef5238416557438836c342da9165 /repo/core/texinfo.xibuild | |
parent | 7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff) |
updated all build files based on lfs
Diffstat (limited to 'repo/core/texinfo.xibuild')
-rw-r--r-- | repo/core/texinfo.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/texinfo.xibuild b/repo/core/texinfo.xibuild index 1198161..0bcbb29 100644 --- a/repo/core/texinfo.xibuild +++ b/repo/core/texinfo.xibuild @@ -6,6 +6,7 @@ SOURCE=https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.xz DESC="GNU documentation system for reading, writing and converting info pages" build () { + # fix an issue when building with glibc-2.34 or later sed -e 's/__attribute_nonnull__/__nonnull/' \ -i gnulib/lib/malloc/dynarray-skeleton.c |