]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
e08b586bf0ad0239feb9cded64cd5ef5a2319eca
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 6afaaf164ab9370204856961a92ad8ee523a8293 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex@linutronix.de>
3 Date: Fri, 3 Mar 2023 13:24:58 +0100
4 Subject: [PATCH] xorg-macros.m4.in: do not run AC_CANONICAL_HOST in manpage
5 section macro
6
7 This doesn't work when building allarch items, as it calls into
8 config.sub with the host triplet, and config.sub can't match
9 it against any architeture it knows.
10
11 Upstream-Status: Inappropriate [oe specific]
12 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
13 ---
14 xorg-macros.m4.in | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
18 index 3b8b8e9..6541236 100644
19 --- a/xorg-macros.m4.in
20 +++ b/xorg-macros.m4.in
21 @@ -111,7 +111,6 @@ AC_SUBST(TRADITIONALCPPFLAGS)
22 # Added AC_PROG_SED in version 1.8
23
24 AC_DEFUN([XORG_MANPAGE_SECTIONS],[
25 -AC_REQUIRE([AC_CANONICAL_HOST])
26 AC_REQUIRE([AC_PROG_SED])
27
28 case $host_os in