mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Merge branch 'patch-1' into 'master'
Running autogen.sh seems to break the build when building in docker See merge request redox-os/cookbook!196
This commit is contained in:
commit
ef819984b5
@ -16,7 +16,6 @@ function recipe_build {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
export LDFLAGS="-L$sysroot/lib"
|
||||
export CPPFLAGS="-I$sysroot/include"
|
||||
#./autogen.sh
|
||||
chmod +w config.sub
|
||||
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||
./configure --host=${HOST} --prefix='/'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user