From 92132dda0f13b2f4e82048797acfb7c34da2f53f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 22 Jul 2013 22:57:38 +0200 Subject: Fix profile link * Makefile [PROFILE] (LIBS): Replace -lthreads with -lpthread --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c69cb206..9ab2ab88 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ifdef PROFILE CFLAGS= -g -pg CPPFLAGS= -DPROFILE LDFLAGS= -static -LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lthreads -lihash -lshouldbeinlibc +LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lpthread -lihash -lshouldbeinlibc endif CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -- cgit v1.2.3