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

freetype2: ensure bzip2 support is disabled #1916

Conversation

benoit-pierre
Copy link
Contributor

@benoit-pierre benoit-pierre commented Aug 30, 2024

Otherwise the macOS CI build of freetype2 end-up with bzip2 support:

   freetype2 2.13.3

    Operating System
      OS             : darwin

    Used Libraries
      Zlib           : none
      Bzip2          : yes
      Png            : no
      Harfbuzz       : no
      Brotli         : no
 build/libs/libfreetype.6.dylib:
  SONAME    : @rpath/libfreetype.6.dylib
  RPATH     : @executable_path/libs:@executable_path/../koreader/libs
  NEEDED    : /usr/lib/libbz2.1.0.dylib
  NEEDED    : /usr/lib/libSystem.B.dylib

This change is Reviewable

Otherwise the macOS CI build of freetype2 end-up with bzip2 support:
```
   freetype2 2.13.3

    Operating System
      OS             : darwin

    Used Libraries
      Zlib           : none
      Bzip2          : yes
      Png            : no
      Harfbuzz       : no
      Brotli         : no
```
```
 build/libs/libfreetype.6.dylib:
  SONAME    : @rpath/libfreetype.6.dylib
  RPATH     : @executable_path/libs:@executable_path/../koreader/libs
  NEEDED    : /usr/lib/libbz2.1.0.dylib
  NEEDED    : /usr/lib/libSystem.B.dylib
```
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