mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
autoconf-archive: dont install problematic m4 file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b6b287e778
commit
0b732b004e
@ -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
|
Loading…
x
Reference in New Issue
Block a user