From 1769b2a4c7685a93dbd05dd170f4d9720a36e3aa Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 8 Nov 2014 09:33:54 -0800 Subject: [PATCH] For linux, build 64-bit motifd again Now that motifd can run as a 64-bit binary again, build the 64-bit binary on linux. Clean up list of LIBS as well. Simple tests show this works on Linux. --- src/motif/server/Config.x86 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/motif/server/Config.x86 b/src/motif/server/Config.x86 index fb0e8f908..10200a7d7 100644 --- a/src/motif/server/Config.x86 +++ b/src/motif/server/Config.x86 @@ -1,7 +1,6 @@ -CFLAGS += -m32 -O2 -I/usr/X11R6/include -I. -I$(VPATH) -# On OpenSuSE 11.3,the 32-bit X libraries are in /usr/lib. -LDFLAGS += -m32 -L/usr/lib -LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread +# Build 64-bit motifd now that it works as a 64-bit binary. +CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH) +LIBS = -lXm -lXt -lX11 # 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