Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决brotli 链接不上的bug #298

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Conversation

jingjingxyk
Copy link
Contributor

折腾了好久 gd 启用支持libavif ,链接阶段总是找不到brotli 库。排除法,最后发现是freetype 编译的问题

这是错误的配置:

--enable-static \
--disable-shared \

正确的配置如下:


--enable-shared=no \
--enable-static=yes \

@matyhtf matyhtf merged commit 4d5f4ce into swoole:main Sep 14, 2023
5 checks passed
@jingjingxyk jingjingxyk deleted the fix_freetype_bug branch September 14, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants