Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
build: fix x264 pbuilder compilation issues
Problem is caused by uname reporting the host (not guest) architecture and the x264 configure scripts trying to discover arch using uname. Changed our configure call to pass in host spec from pbuilder environment when it's available
- Loading branch information