[thirdparty] build curl without brotli

The default build configuration for curl has the brotli compression
opportunistically enabled.  If brotli libraries and headers are found
at the build machine, the configure script picks them up and then the
generated curl library depends on corresponding brotli libraries.  That
on itself requires extra brotli libraries to be linked in when building
statically linked kudu binaries (that's so for RELEASE builds).

This patch disables broli for the libcurl library build as a part of
Kudu's thirdparty.

Change-Id: I14ef696302cc1653f3efd6dba5714ce3927c1d20
Reviewed-on: http://gerrit.cloudera.org:8080/18288
Tested-by: Alexey Serbin <aserbin@cloudera.com>
Reviewed-by: Andrew Wong <awong@cloudera.com>
(cherry picked from commit 1750aedbbe20134b7dec52cd52ac6c2e330d77e0)
Reviewed-on: http://gerrit.cloudera.org:8080/18292
Reviewed-by: Alexey Serbin <aserbin@cloudera.com>
1 file changed