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:
Jeremy Soller 2018-12-21 20:17:04 +00:00
commit ef819984b5

View File

@ -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='/'