summaryrefslogtreecommitdiff
blob: b4f9177affe1606b26757cbb3f0fe5deb5cbc673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Sent upstream by email on 2022-09-02.

From 66399974bec4cc3b9c7570b222bc778078f5dc7f Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Fri, 2 Sep 2022 02:04:00 +0100
Subject: [PATCH 1/2] build: respect AR

Search for AR using the normal mechanisms like e.g. CC
to allow it to be easily overridden in the environment.

Bug: https://bugs.gentoo.org/804486
Signed-off-by: Sam James <sam@gentoo.org>
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,7 @@ AC_PROG_CXX
 AC_PROG_INSTALL
 AC_PROG_RANLIB
 AC_PROG_LN_S
+AM_PROG_AR
 AC_LANG([C++])
 AC_C_BIGENDIAN