summaryrefslogtreecommitdiff
path: root/repo/core/texinfo.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/texinfo.xibuild')
-rw-r--r--repo/core/texinfo.xibuild1
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