From: Anders Kaseorg Date: Sat, 4 Aug 2007 02:00:25 +0000 (-0400) Subject: Don't link with pthread. X-Git-Tag: 1.2^0 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/dde28c20b7b6c45d03b2171e95e544e13ec19f40 Don't link with pthread. Signed-off-by: Anders Kaseorg --- 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