File: gettext-0.23.patch

package info (click to toggle)
aria2 1.37.0%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,128 kB
  • sloc: cpp: 115,006; ansic: 9,140; makefile: 1,466; ruby: 475; python: 373; sh: 260; xml: 176
file content (18 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix build with gettext 0.23
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1092222
Forwarded: not-needed
Last-Update: 2025-01-13

--- a/configure.ac
+++ b/configure.ac
@@ -736,8 +736,8 @@
 fi
 
 # Checks for library functions.
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18])
 AC_FUNC_ERROR_AT_LINE
 AC_PROG_GCC_TRADITIONAL