mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
Eliminate make 3.80 and use 3.82 instead when building with tcc
Unlike make 3.80, make 3.82 makes a call to putenv which does not exist in mes libc so a stub was created for this function. The checksum for the util-linux package required an update. When built with original make 3.80 it resulted in an extra file /usr/share/man/man8/.8 that does not exist when building with 3.82
This commit is contained in:
parent
0b7cd62f73
commit
91c168bb7d
8 changed files with 25 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ kaem --file ${pkg}.kaem
|
|||
cd ..
|
||||
|
||||
# make
|
||||
pkg="make-3.80"
|
||||
pkg="make-3.82"
|
||||
cd ${pkg}
|
||||
kaem --file ${pkg}.kaem
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue