Added missing library to the make bundle

This commit is contained in:
bauen1 2017-11-26 20:05:15 +01:00
parent f8cfd22965
commit 5a383de5e8
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -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/*