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

make distcheck fails for userlib #1

Open
patrickmacarthur opened this issue Jun 13, 2016 · 0 comments
Open

make distcheck fails for userlib #1

patrickmacarthur opened this issue Jun 13, 2016 · 0 comments

Comments

@patrickmacarthur
Copy link

I am trying to build a tarball so I can make an RPM using the included spec file, but make distcheck fails, since the siw_user.h file does not get included in the tarball.

I don't know of an easy solution to this. I think it may be easier to put siw_user.h under something like userlib/include and then include that directory from the kernel build directory? An alternative may be to embed the kernel module directory into the userlib autotools build system, although that comes with its own issues (i.e., kernel build system won't build out-of-tree but autotools expects to be able to do that).

BernardMetzler added a commit that referenced this issue Jun 17, 2016
Changed tcp->xmit_size_goal_segs to tcp->gso_segs when kernel >= 3.19…
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

No branches or pull requests

1 participant