From 25799addde50876dc0a5ea2eb2db85f2c3e6969a Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 11 Jun 2007 14:52:55 +0000
Subject: [PATCH] No longer link libXm statically.  We haven't been doing that
 for years, and I'm tired of editing this for every snapshot.  Also, it seems
 most distributions these days don't even supply static Motif libs either.

---
 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 024f8b172..fc4e9363b 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 -lpthread
+LIBS = -lXm -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