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

workaround for headers mismatch in linux-libc-dev #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 1, 2016

  1. repsnapper FTBFS due to mismathing headers in linux-libc-dev

    The headers in linux-libc-dev are different in powerpc/ppc64el compared
    to other archs, they seems to be missing include clauses to the
    header under the asm-generic/ directory.
    This patch works around that by explicitly including both headers under
    asm-generic.
    Note that the include of arm/termbits.h had to be removed because it
    causes yet another conflict, this time due to the redefinition of types
    termios and ktermios, which also only affects powepc/ppc64el.
    tdaitx committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    c713f1f View commit details
    Browse the repository at this point in the history