From 5730ca39a46bb7b8374c8748f6df968e4968aca9 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Mon, 26 Apr 2004 12:07:36 +0000
Subject: [PATCH]   - link in the pthreads library when building the motifd on
 x86 platforms.

---
 motif/server/Config.x86 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/motif/server/Config.x86 b/motif/server/Config.x86
index de0f34ed4..024f8b172 100644
--- a/motif/server/Config.x86
+++ b/motif/server/Config.x86
@@ -1,6 +1,6 @@
 CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH)
 LDFLAGS = -L/usr/X11R6/lib
-LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl
+LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
 # This def assumes you are building in the same or parallel
 # tree to the CVS souce layout. Sites may need to customize
 # this path.
-- 
GitLab