Bugzilla bug #122: Checked in the NetBSD patch submitted by

Frank van der Linden (frank@wins.uva.nl).
ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
Modified files: Makefile, Makefile.in.


git-svn-id: svn://10.0.0.236/trunk@14765 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
1998-11-16 23:44:55 +00:00
parent 28d4ab0218
commit 26858ad13e
2 changed files with 0 additions and 4 deletions

View File

@@ -755,10 +755,8 @@ endif
ifeq ($(OS_ARCH),NetBSD)
# Work around linker semantics that will never find our own libutil on 1.3.x
ifeq ($(shell uname -r | cut -f2 -d.),3)
FOOL_GMAKE = $(EXPORT_LDFLAGS:$(DIST)/lib/lib%.a=-l%)
DSO_EX_LIBS = $(FOOL_GMAKE:-lutil=$(DIST)/lib/libutil.a)
endif
ifdef LIBRUNPATH
OS_LIBS += -R$(LIBRUNPATH)

View File

@@ -770,10 +770,8 @@ endif
ifeq ($(OS_ARCH),NetBSD)
# Work around linker semantics that will never find our own libutil on 1.3.x
ifeq ($(shell uname -r | cut -f2 -d.),3)
FOOL_GMAKE = $(EXPORT_LDFLAGS:$(DIST)/lib/lib%.a=-l%)
DSO_EX_LIBS = $(FOOL_GMAKE:-lutil=$(DIST)/lib/libutil.a)
endif
ifdef LIBRUNPATH
OS_LIBS += -R$(LIBRUNPATH)