mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Fix some weird permission issues
This commit is contained in:
parent
74c4e73791
commit
821b79cacc
@ -18,6 +18,7 @@ function recipe_build {
|
|||||||
export CPPFLAGS="-I$sysroot/include"
|
export CPPFLAGS="-I$sysroot/include"
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
chmod +w config.sub
|
||||||
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||||
./configure --host=${HOST} --prefix='/'
|
./configure --host=${HOST} --prefix='/'
|
||||||
make
|
make
|
||||||
|
|||||||
@ -13,6 +13,7 @@ function recipe_update {
|
|||||||
|
|
||||||
function recipe_build {
|
function recipe_build {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
chmod +w build-aux/config.sub
|
||||||
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||||
./configure --host=${HOST} --prefix=/ --enable-threads=no
|
./configure --host=${HOST} --prefix=/ --enable-threads=no
|
||||||
make
|
make
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user