From fc6f4702d7ebce6b9c7307f5463dc8adea77baa1 Mon Sep 17 00:00:00 2001 From: "spider%netscape.com" Date: Thu, 8 Oct 1998 21:01:54 +0000 Subject: [PATCH] Fix Linux Tinderbox --- gconfig/Linux.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gconfig/Linux.mk b/gconfig/Linux.mk index 69ad1dd7f14f..2f8a1ffbaabf 100644 --- a/gconfig/Linux.mk +++ b/gconfig/Linux.mk @@ -47,12 +47,10 @@ else endif endif -ifeq ($(OS_RELEASE),2.0) - OS_REL_CFLAGS += -DLINUX2_0 - MKSHLIB = $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) - ifdef BUILD_OPT - OPTIMIZER = -O2 - endif +OS_REL_CFLAGS += -DLINUX2_0 +MKSHLIB = $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so) +ifdef BUILD_OPT + OPTIMIZER = -O2 endif OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR