FS#2046 - DB problems with latest glibc
|
Details
The DB package in archlinux has problems when compiling
packages against it. Many packages need an additional
"-lpthread" in the LDFLAGS to build correctly. Others like
postfix don't build at all.
The problem is the configure script that doesn't detect the right LDFLAGS on a NPTL system, which archlinux is currently. Please rebuild DB with these additional variables: make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread" This causes DB to link with -lpthread, solving all "can't build against DB"-problems |
This task depends upon