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

DAHDI Linux: Work around missing target for vpmadt032. #58

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

InterLinked1
Copy link
Owner

In the most recent kernels, compilation has been failing due to an issue where dahdi_vpmadt032_loader.o fails to build because of a missing rule to make target vpmadt032_loader/vpmadt032_x86_64.o.

Until a proper fix can be found for this issue, we can work around this by manually performing the COPY that was previously being done by Makefile rules. This entails copying the appropriate version of the object file, depending on our architecture.

PHREAKSCRIPT-61 #close

In the most recent kernels, compilation has been failing due to
an issue where dahdi_vpmadt032_loader.o fails to build because
of a missing rule to make target vpmadt032_loader/vpmadt032_x86_64.o.

Until a proper fix can be found for this issue, we can work around
this by manually performing the COPY that was previously being done
by Makefile rules. This entails copying the appropriate version of
the object file, depending on our architecture.

PHREAKSCRIPT-61 #close
@InterLinked1 InterLinked1 merged commit 0ee20ab into master Dec 30, 2024
31 checks passed
@InterLinked1 InterLinked1 deleted the vpmadt032 branch December 30, 2024 21:07
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