You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ports/freebsd: fix make check on recent Linux/glibc
Add an (empty) sys/param.h since it's used by topology-freebsd.c
Otherwise, the ports/freebsd cross-build fails on recent Linuc/glibc
because it tries to use our emulated sys/user.h which isn't enough
to understand Linux' sys/param.h. With a dummy sys/param.h,
the problems goes away.
Our FreeBSD code doesn't seem to currently need sys/param.h but I
can't be sure it's true for all FreeBSD releases, so let's keep it.
Thanks to Ludovic Courtes for the help.
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments