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

Use target-arch pkg-config not local arch #35

Merged
merged 1 commit into from
Dec 8, 2018

Conversation

llimeht
Copy link
Contributor

@llimeht llimeht commented Dec 8, 2018

ktikz fails to cross build from source (i.e. build for arm64 on amd64),
because it searches for poppler-qt* using the build architecture pkg-config.
This patch makes it use the requested pkg-config and that's sufficient to make
ktikz cross buildable.

(Patch from Helmut Grohne helmutg@debian.org as part of the cross-building /
bootstrapping project)

ktikz fails to cross build from source (i.e. build for arm64 on amd64),
because it searches for poppler-qt* using the build architecture pkg-config.
This patch makes it use the requested pkg-config and that's sufficient to make
ktikz cross buildable.

(Patch from Helmut Grohne <helmutg@debian.org> as part of the cross-building /
bootstrapping project)
@jfmcarreira jfmcarreira merged commit 9cff561 into fhackenberger:master Dec 8, 2018
@jfmcarreira
Copy link
Collaborator

Merged. Thank you

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.

2 participants