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: uncomment AC_CANONICAL_BUILD #47

Closed
wants to merge 1 commit into from
Closed

configure.ac: uncomment AC_CANONICAL_BUILD #47

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 26, 2023

This commit uncomments AC_CANONICAL_BUILD. This is needed in
order to make cross-compilation work properly (at least in nixpkgs).

The AC_CANONICAL_BUILD line in configure.ac was commented out in
2009 as part of a gigantic megapatch imported from subversion. It
is unclear why it was commented out. It appears to make the if
conditional (the next stanza of code) into deadcode.

This commit uncomments `AC_CANONICAL_BUILD`.  This is needed in
order to make cross-compilation work properly (at least in nixpkgs).

The `AC_CANONICAL_BUILD` line in `configure.ac` was commented out in
2009 as part of a gigantic megapatch imported from subversion.  It
is unclear why it was commented out.  It appears to make the `if`
conditional (the next stanza of code) into deadcode.
@ghost ghost marked this pull request as ready for review February 26, 2023 17:26
@ghost ghost mentioned this pull request Feb 26, 2023
1 task
7c6f434c pushed a commit to NixOS/nixpkgs that referenced this pull request Mar 9, 2023
This commit adds `autoreconfHook` and cherry-picks a patch submitted
upstream in order to fix cross compilation.

- freeswitch/spandsp#47
ConnorBaker pushed a commit to ConnorBaker/nixpkgs that referenced this pull request Mar 15, 2023
This commit adds `autoreconfHook` and cherry-picks a patch submitted
upstream in order to fix cross compilation.

- freeswitch/spandsp#47
ElXreno pushed a commit to ElXreno/nixpkgs that referenced this pull request Mar 18, 2023
This commit adds `autoreconfHook` and cherry-picks a patch submitted
upstream in order to fix cross compilation.

- freeswitch/spandsp#47
@ghost ghost closed this by deleting the head repository Aug 5, 2023
This pull request was closed.
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.

0 participants