Added missing library to the make bundle
This commit is contained in:
parent
f8cfd22965
commit
5a383de5e8
@ -26,6 +26,9 @@ make -j $NUM_JOBS
|
||||
echo "Installing make..."
|
||||
make -j $NUM_JOBS install DESTDIR=$DESTDIR
|
||||
|
||||
mkdir -p $DESTDIR/lib
|
||||
cp $SYSROOT/lib/libdl.so.2 $DESTDIR/lib/
|
||||
|
||||
echo "Reducing make size..."
|
||||
strip -g $DESTDIR/usr/bin/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user