Skip to content
Snippets Groups Projects
Commit c657f310 authored by Nagy Tibor's avatar Nagy Tibor
Browse files

curl: Enable zlib support

parent a8697386
No related branches found
No related tags found
1 merge request!125curl: Enable zlib support
TAR=https://curl.haxx.se/download/curl-7.55.1.tar.gz TAR=https://curl.haxx.se/download/curl-7.55.1.tar.gz
BRANCH=redox BRANCH=redox
BUILD_DEPENDS=(openssl) BUILD_DEPENDS=(openssl zlib)
DEPENDS="ca-certificates" DEPENDS="ca-certificates"
function recipe_version { function recipe_version {
...@@ -16,7 +16,7 @@ function recipe_update { ...@@ -16,7 +16,7 @@ function recipe_update {
function recipe_build { function recipe_build {
wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
autoreconf -i 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 ./configure --prefix=/ --host=${HOST} --disable-tftp --disable-ftp --disable-ntlm-wb --disable-threaded-resolver --with-zlib="$PWD/../sysroot" --with-ssl="$PWD/../sysroot" --with-ca-path=/ssl/certs
make make
skip=1 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