[Devel] [PATCH][user-cr]: Fix typo in -lpthread
Sukadev Bhattiprolu
sukadev at linux.vnet.ibm.com
Wed Jul 22 13:28:37 PDT 2009
>From 55cb828036ff604fc9cdf686b51afb35247c8f57 Mon Sep 17 00:00:00 2001
From: Sukadev Bhattiprolu <suka at suka.(none)>
Date: Wed, 22 Jul 2009 13:22:38 -0700
Subject: [PATCH] Fix typo in -lpthread
Signed-off-by: Sukadev Bhattiprolu <sukadev at us.ibm.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 53e3a46..3dbc63d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ all: $(PROGS)
ckptinfo: ckptinfo_types.o
-mktree: CFLAGS += -D__REENTRANT -pthreads
+mktree: CFLAGS += -D__REENTRANT -lpthread
ckptinfo_types.o: ckptinfo_types.c
@echo $(CC) -c $(CFLAGS) $<
--
1.6.0.4
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list