mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Merge pull request #77 from redox-os/curl-autoreconf-i
Add -i to autoreconf for Curl
This commit is contained in:
commit
a4c110eddd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user