Skip to content
Snippets Groups Projects
Commit ef819984 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'patch-1' into 'master'

Running autogen.sh seems to break the build when building in docker

See merge request !196
parents 574b12be cce7e74e
No related branches found
No related tags found
1 merge request!196Running autogen.sh seems to break the build when building in docker
......@@ -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='/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment