From 9fe20ccbc829d880e5e9789639d28097b0ae00a9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 May 2010 14:57:08 +0200 Subject: [PATCH] Also link libxbps to libpthread as it's required now. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index f3641131..45a66fe2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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