From c61a285c178c37aa348c24ffa65f954fc5498d44 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Thu, 5 Jan 2006 19:35:46 +0000 Subject: [PATCH] Bug 320377 - XPCOM glue linking not enabled for SunOS, patch by Jens Hatlak r=me r=pete.zha a=dveditz git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187004 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/standalone/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/glue/standalone/Makefile.in b/mozilla/xpcom/glue/standalone/Makefile.in index 79d491d8f26..54823cdca54 100644 --- a/mozilla/xpcom/glue/standalone/Makefile.in +++ b/mozilla/xpcom/glue/standalone/Makefile.in @@ -59,7 +59,7 @@ endif ifeq (WINNT,$(OS_ARCH)) LINKSRC = nsGlueLinkingWin.cpp endif -ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD,$(OS_ARCH))) +ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD SunOS,$(OS_ARCH))) LINKSRC = nsGlueLinkingDlopen.cpp endif ifeq (OS2,$(OS_ARCH))