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

pacparser: fix Big Sur build #67606

Closed
wants to merge 1 commit into from

Conversation

mitchblank
Copy link
Contributor

The Makefile inside pacparser mis-detected the OS version "11.1" as "10.1" and therefore decided it couldn't have the va_copy() macro.

Sent upstream as manugarg/pacparser#104

Interestingly, just assigning va_list's happens to work on arm64 so this formula previously bottled OK on big_sur_arm64 but not intel!

The Makefile inside pacparser misdetected the OS version "11.1"
as "10.1" and therefore decided it couldn't have the va_copy() macro

Interestingly, just assigning va_list's happens to work on arm64
so this formula previously bottled OK on big_sur_arm64 but not intel!
@BrewTestBot
Copy link
Member

:shipit: @fxcoudert has triggered a merge.

@BrewTestBot BrewTestBot added the outdated PR was locked due to age label Jan 24, 2021
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Jan 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants