Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • FreeType Demo Programs FreeType Demo Programs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FreeTypeFreeType
  • FreeType Demo ProgramsFreeType Demo Programs
  • Merge requests
  • !1

graph: Fix the build with slibtool.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed orbea requested to merge orbea/freetype-demos:libtool into master Mar 22, 2021
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

When building freetype-demos with slibtool (https://dev.midipix.org/cross/slibtool) the build fails.

slibtool: error: output file prefix does not match its (archive) suffix; the expected prefix was 'lib'

This is because the build graph suffix is incorrectly set to .a instead of .la and -module is missing. Making these two changes fixes the problem. GNU libtool did not expose this problem because it is overly permissive and doesn't follow their own documentation.

Also see this downstream issue.

https://bugs.gentoo.org/775881

Edited Mar 22, 2021 by orbea
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: libtool