Skip to content

Commit

Permalink
Update 040-build-foundation-depends.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pogonets committed May 7, 2020
1 parent 9fd654e commit 48958e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build/Linux/040-build-foundation-depends.sh
Expand Up @@ -142,12 +142,13 @@ do
--without-ca-bundle \
--without-ca-path \
\
--enable-ipv6 --enable-http --enable-ftp \
--disable-file --disable-ldap --disable-ldaps \
--disable-rtsp --disable-proxy --disable-dict \
--disable-telnet --disable-tftp --disable-pop3 \
--disable-imap --disable-smtp --disable-gopher \
--disable-sspi --disable-manual \
--enable-ipv6 --enable-http --enable-ftp \
--enable-proxy \
--disable-file --disable-ldap --disable-ldaps \
--disable-rtsp --disable-dict --disable-telnet \
--disable-tftp --disable-pop3 --disable-imap \
--disable-smtp --disable-gopher --disable-sspi \
--disable-manual \
\
--target=$CHOST \
--build=x86_64-unknown-linux-gnu \
Expand Down

0 comments on commit 48958e1

Please sign in to comment.