diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-22 22:57:38 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-22 22:57:38 +0200 |
commit | 92132dda0f13b2f4e82048797acfb7c34da2f53f (patch) | |
tree | 9b83195753256b86e28a26f0b544414a75ed1aac | |
parent | 890f987c15029d7e29f7deea0bba0b8d4ecaeaeb (diff) |
Fix profile link
* Makefile [PROFILE] (LIBS): Replace -lthreads with -lpthread
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |