Commits

Wes McKinney authored 2ca62eb7ad8
ARROW-4343: [C++] Add docker-compose test for gcc 4.8 / Ubuntu 14.04 (Trusty), expand Xenial/16.04 Dockerfile to test Flight This also fixes a build failure ARROW-5617 resulting from thrift_ep needing to be pointed to the output of boost_ep when ARROW_BOOST_VENDORED=ON Author: Wes McKinney <wesm+git@apache.org> Closes #4582 from wesm/ARROW-4343 and squashes the following commits: bb358aec8 <Wes McKinney> Do not add OpenSSL libraries redundantly when linking arrow_flight 1bdca89a4 <Wes McKinney> Require OpenSSL in Docker builds, use AUTO method for uriparser 3d269a57f <Wes McKinney> Link to OpenSSL::SSL also. Fix incorrect comment about OpenSSL imported targets that were released in CMake 3.4.0 75f44d717 <Wes McKinney> Ubuntu 14.04 build working also a505105e7 <Wes McKinney> Fix Xenial linking to OpenSSL, set test data paths efcda4a62 <Wes McKinney> Fix boost_ep e981cf3fb <Wes McKinney> Ubuntu Xenial fixes 761b8e20d <Wes McKinney> Add dependency on boost_ep in thrift_ep if ARROW_BOOST_VENDORED=ON f1a615053 <Wes McKinney> fix lz4 package name d71bfe1e8 <Wes McKinney> Draft initial Ubuntu Trusty 14.04 Dockerfile