- Sep 25, 2018
-
-
Tianjie Xu authored
Bug: 114832768 Test: mma This reverts commit c4af2b09. Change-Id: Ibea95f37fb1ce2ef6ae7d40aaac2a3ec41a2c5c9
-
- Sep 11, 2018
-
- Nov 29, 2017
-
-
Bernard Spil authored
When using autotools to build the binary and libraries, the resulting libraries don't link `brotlicommon` or `m`. This was detected when building cURL 7.57.0 which has now has brotli support. During configure it was failing ``` checking run-time libs availability... failed configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lbrotlidec -lz -L/usr/local/lib ``` inspection of config.log showed missing symbols from libbrotlicommon as the cause. This patch results in the encryption and decryption libs to be properly linked against libbrotlicommon and libm. See also https://bugs.freebsd.org/223966
-
- Nov 28, 2017
-
-
Eugene Kliuchnikov authored
* add autotools build * separate semantic and ABI version * extract sources.lst (used by CMake and Automake) * share pkgconfig templates (used by CMake and Automake) * decoder: always set `total_out` * encoder: fix `BROTLI_ENSURE_CAPACITY` macro (no-op after preprocessor) * decoder/encoder: refine `free_func` contract
-