Skip to content

Commit

Permalink
(#24060) elfutils: Bump gettext to version 0.22.5 to support GCC 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed May 30, 2024
1 parent f1aa3df commit a5c52a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/elfutils/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def requirements(self):
self.requires("libmicrohttpd/0.9.75")

def build_requirements(self):
self.tool_requires("gettext/0.21")
self.tool_requires("gettext/0.22.5")
self.tool_requires("automake/1.16.5")
self.build_requires("m4/1.4.19")
self.build_requires("flex/2.6.4")
Expand Down

0 comments on commit a5c52a1

Please sign in to comment.