From dde28c20b7b6c45d03b2171e95e544e13ec19f40 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 3 Aug 2007 22:00:25 -0400 Subject: [PATCH] Don't link with pthread. Signed-off-by: Anders Kaseorg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9545635..58e185f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS = -O2 -Wall LD = ld ALL_CFLAGS = $(CFLAGS) -fPIC -ALL_LDFLAGS = $(LDFLAGS) -shared -pthread -Wl,-x +ALL_LDFLAGS = $(LDFLAGS) -shared -Wl,-x all: libnss_nonlocal.so.2 linktest -- 2.45.0