bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] Makefile: add -lpthread


From: Justus Winter
Subject: [PATCH 1/4] Makefile: add -lpthread
Date: Mon, 22 Jul 2013 17:54:36 +0200

* Makefile (LIBS): Link with libpthread.
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c69cb20..dcb9e3d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 TARGET = procfs
 OBJS = procfs.o netfs.o procfs_dir.o \
        process.o proclist.o rootdir.o dircat.o main.o
-LIBS = -lnetfs -lps -lfshelp
+LIBS = -lnetfs -lps -lfshelp -lpthread
 
 CC = gcc
 CFLAGS = -Wall -g
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]