mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #623] [MERGED] Fix missing symbols errors in libbrotlienc and dec #1268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/623
Author: @Sp1l
Created: 11/29/2017
Status: ✅ Merged
Merged: 11/29/2017
Merged by: @eustas
Base:
master← Head:patch-1📝 Commits (1)
261e8f1Fix missing symbols errors in libbrotlienc and dec📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
Makefile.am(+2 -0)📄 Description
When using autotools to build the binary and libraries, the resulting libraries don't link
brotlicommonorm.This was detected when building cURL 7.57.0 which has now has brotli support. During configure it was failing
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.