Rebuild musl with fewer patches.

This commit is contained in:
Andrius Štikonas 2021-03-03 00:05:33 +00:00
parent 5ef1baeccf
commit f3cea25b87
8 changed files with 55 additions and 1 deletions

View file

@ -22,7 +22,7 @@ build () {
cd "$pkg" || (echo "Cannot cd into ${pkg}!"; kill $$)
echo "${pkg}: beginning build using script ${script_name}"
base_dir="${PWD}"
patch_dir="${base_dir}/patches"
patch_dir="${base_dir}/${4:-patches}"
mk_dir="${base_dir}/mk"
files_dir="${base_dir}/files"