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

Merge pull request #77 from redox-os/curl-autoreconf-i

Add -i to autoreconf for Curl
parents d01cce92 36b2a671
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ function recipe_update {
function recipe_build {
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
autoreconf
autoreconf -i
./configure --prefix=/ --host=${HOST} --disable-tftp --disable-ftp --disable-ntlm-wb --disable-threaded-resolver --with-ssl="$PWD/../sysroot" --with-ca-path=/ssl/certs
make
skip=1
......
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