From: Dan Fandrich Date: Thu, 15 Jan 2009 08:49:22 +0000 (+0000) Subject: Add steps needed for zlib support under Minix X-Git-Tag: curl-7_19_3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d3bb93ce8df754642b143f23a7856d8e333cf05;p=curl Add steps needed for zlib support under Minix --- diff --git a/docs/INSTALL b/docs/INSTALL index 9b43687a0..093ab6f5b 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -673,8 +673,9 @@ Minix Configure and compile with: ./configure CONFIG_SHELL=/bin/bigsh CC=cc LD=cc AR=/usr/bin/aal \ - GREP=grep CPPFLAGS=-D_POSIX_SOURCE=1 + GREP=grep CPPFLAGS='-D_POSIX_SOURCE=1 -I/usr/local/include' make + chmem =256000 src/curl GCC --- @@ -686,6 +687,7 @@ Minix ./configure CONFIG_SHELL=/bin/bigsh CC=gcc AR=/usr/gnu/bin/gar GREP=grep make + chmem =256000 src/curl Symbian OS