This is to ensure that the correct AR is run in cross-compile jobs. Often a cross-compile build will succeed without this change but it fails on my Gentoo Linux system when I have binutils installed with the "multitarget" USE flag. This change substitues AR with the autotools-supplied AR for the extensions subdirectory. Signed-off-by: Jordan Yelloz <jordan@xxxxxxxxx> --- extensions/GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index 53be2cdd0ebd..33b06efd15c2 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -11,6 +11,7 @@ libdir = @libdir@ libexecdir = @libexecdir@ xtlibdir = @xtlibdir@ +AR = @AR@ CC = @CC@ CCLD = ${CC} CFLAGS = @CFLAGS@ -- 2.9.0 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html