Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
lspci.c in pciutils attempts to include alloca.h, which is not available. Removing that include allows it to build properly.
Created an attachment (id=123129) [details] lspci alloca.h patch A one-liner to remove #include <alloca.h> from lspci.c
We need an extra #ifdef around this for __GLIBC__, otherwise it's good. Fixed.