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

configure.ac: add support for static-only configuration #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KAction
Copy link

@KAction KAction commented Nov 6, 2021

Adjust build system to link binaries to static library if shared is not built.
Also, use @ar@ provided by autoconf instead of unprefixed "ar" to support
cross-compilation.

Adjust build system to link binaries to static library if shared is not built.
Also, use @ar@ provided by autoconf instead of unprefixed "ar" to support
cross-compilation.
@KAction KAction mentioned this pull request Nov 6, 2021
12 tasks
KAction pushed a commit to KAction/nixpkgs that referenced this pull request Nov 6, 2021
Patch I developed to add support for static build into upstream build system do
not apply cleanly on 1.20.7 release, so instead of backporting it, I decided to
switch to git snapshot instead.  It allowed to get rid of three other patches
in nix expression, since they are applied upstream.
=> telmich/gpm#42

I requested proper release, but chance seems to be slim.
=> telmich/gpm#33
alyssais added a commit to NixOS/nixpkgs that referenced this pull request May 1, 2022
Patch I developed to add support for static build into upstream build system do
not apply cleanly on 1.20.7 release, so instead of backporting it, I decided to
switch to git snapshot instead.  It allowed to get rid of three other patches
in nix expression, since they are applied upstream.
=> telmich/gpm#42

I requested proper release, but chance seems to be slim.
=> telmich/gpm#33

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Alyssa Ross <hi@alyssa.is>
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.

1 participant