dev-libs/memkind: respect AR

Closes: https://bugs.gentoo.org/799452
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-05 07:42:21 +02:00
parent fc0f0e97a1
commit 1d13a0a388
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -518,7 +518,7 @@
endef
static_lib: libmemkind.la
- bash -c "ar -M < <(echo -e '$(ar_prog)')"
+ bash -c "${AR} -M < <(echo -e '$(ar_prog)')"
cp libmemkind.a .libs/
rm libmemkind.a