Closed apoleon closed 11 years ago
Hm, strange, which package config files contains the pthread library? For instance the .pc files are stored in /usr/lib64/pkgconfig in Fedora and pthread is bundled by SDL, X11 and other libs.
So if you need extra pthread link flag, please add it in Debian specific patch...
Anyway, the pthread library is provided by glibc (at least in Fedora) and should be included anyway...
Berusky2 currently builds without the -lpthread flag which causes a FTBFS in the linker stage.
In Debian it was necessary to explicitly add -lpthread to LIBS as an option for the configure script in debian/rules to make Berusky2 compile.
I think it would be great to add it to the configure script directly.