From 0b732b004e548bbc559eddd62c672f9e80457c20 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 30 Oct 2012 23:42:49 +0100 Subject: [PATCH] autoconf-archive: dont install problematic m4 file Signed-off-by: Stephan Raue --- packages/toolchain/devel/autotools/autoconf-archive/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/toolchain/devel/autotools/autoconf-archive/build b/packages/toolchain/devel/autotools/autoconf-archive/build index 39cd333583..a99e5aedff 100755 --- a/packages/toolchain/devel/autotools/autoconf-archive/build +++ b/packages/toolchain/devel/autotools/autoconf-archive/build @@ -32,5 +32,9 @@ cd $PKG_BUILD --prefix=$ROOT/$TOOLCHAIN \ make + # make install -make prefix=$SYSROOT_PREFIX/usr install + make prefix=$SYSROOT_PREFIX/usr install + +# remove problematic m4 file + rm -rf $SYSROOT_PREFIX/usr/share/aclocal/ax_prog_cc_for_build.m4 \ No newline at end of file