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

Merge pull request #125 from xTibor/curl-zlib

curl: Enable zlib support
parents a8697386 c657f310
No related branches found
No related tags found
No related merge requests found
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