From 2b55d8bcf85087702bf9528bd47c5a2c74436765 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Thu, 6 Apr 2017 16:22:40 -0400 Subject: [PATCH] use our cross compiler ar, not /usr/bin/ar (issue #166) --- modules/lvm2 | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lvm2 b/modules/lvm2 index b460a0b..9793c05 100644 --- a/modules/lvm2 +++ b/modules/lvm2 @@ -10,6 +10,7 @@ lvm2_hash := 23a3d1cddd41b3ef51812ebf83e9fa491f502fe74130d4263be327a91914660d # so we force it via the configure cache. lvm2_configure := \ CC="$(heads_cc)" \ + AR="$(CROSS)ar" \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes \ ./configure \