Also link libxbps to libpthread as it's required now.

This commit is contained in:
Juan RP 2010-05-04 14:57:08 +02:00
parent af3a2788aa
commit 9fe20ccbc8

View File

@ -4,7 +4,7 @@ LIBXBPS_MAJOR = 0
LIBXBPS_MINOR = 0
LIBXBPS_MICRO = 0
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
LDFLAGS += -larchive -lssl -lz
LDFLAGS += -lpthread -larchive -lssl -lz
LDFLAGS += -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
# portableproplib