summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
blob: ec7c7d80c15fe9638f80ec86338742ea81f0e911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From b08c43a0842076e0a94e88ad6456a9326cd7ffc9 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Tue, 17 May 2011 23:03:02 +0000
Subject: [PATCH] Improve handling of 'all' architecture recipes and their

Upstream-Status: Inappropriate [configuration]

XORG_DEFAULT_OPTIONS pulls in the following dependency chains:

XORG_CWARNFLAGS -> AC_PROG_CC_C99
XORG_STRICT_OPTION -> AC_PROG_CC_C99, XORG_CWARNFLAGS
XORG_MANPAGE_SECTIONS -> AC_CANONICAL_HOST -> Checks host

each of which triggers the use of the host compiler. As an "all"
architecture package, it shouldn't need a compiler (and doesn't).

RP 17/5/2011

---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 622c27b..5ee84ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,12 @@ AC_INIT([encodings], [1.0.5],
         [https://gitlab.freedesktop.org/xorg/font/encodings/issues])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
 m4_ifndef([XORG_MACROS_VERSION],
 	  [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
 XORG_MACROS_VERSION(1.3)
-XORG_DEFAULT_OPTIONS
-
+XORG_RELEASE_VERSION
+XORG_CHANGELOG
+XORG_INSTALL
 AC_PROG_INSTALL
 
 # Require X.Org's font util macros 1.2 or later