Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • libX11 libX11
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • lib
  • libX11libX11
  • Merge requests
  • !22

src/util/Makefile: explicitly reset LINK to not use libtool

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ross Burton requested to merge ross/libx11:makekeys into master Aug 06, 2019
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Simply looking at libtool redefines LINK globally to use libtool, which when you're trying to cross-compile to Windows can cause complications.

As in src/util/ we're simply building a small binary for the build host, reset LINK to the automake default so that the traditional compile/link steps occur without libtool.

Also remove -all-static from LDFLAGS as that is a libtool-specific argument intended to solve this problem.

Closes: #100 (closed) Signed-off-by: Ross Burton ross.burton@intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: makekeys