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

Makefile enhancements #39

Merged
merged 6 commits into from
Jul 27, 2022
Merged

Conversation

musicinmybrain
Copy link
Contributor

These adjustments provide a little more flexibility for distribution packagers and others who need to:

  • customize compiler and linker flags
  • do staged installs (i.e., installing to a “buildroot” directory rather than the system root)
  • preserve debugging symbols
  • customize installation paths

This is helpful for distribution packagers.
For example, stripping the shared library can be disabled by setting
STRIP=/bin/true.
For example, some distributions install into /usr/lib64 on some platforms.
@jwerle jwerle merged commit 11bfc8d into clibs:master Jul 27, 2022
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.

None yet

3 participants