summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-11-25 23:29:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-27 23:09:09 +0100
commitbee5a659ed61a7ee8d80fd9fd667d9ee83f72710 (patch)
treee058f5ba4d7315cc56f91943842fc79b43595e3d
parenta9a658d9f9db918f9f82e66566baa8bbdc7198a6 (diff)
Link to pthreads
* Makefile (LIBS): Replace -lthreads with -lpthread.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38d463dcf..a7a3354bf 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ TARGET = netdde
SRC_C = main.c check_kernel.c
-LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
+LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lpthread -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
CFLAGS += -g -I$(PKGDIR)/include -I$(BUILDDIR)/include
LDFLAGS += -g