mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-libs/memkind: respect AR
Closes: https://bugs.gentoo.org/799452 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
dev-libs/memkind/files/memkind-respect-ar.patch
Normal file
11
dev-libs/memkind/files/memkind-respect-ar.patch
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user