9dc2ed1037
more info: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.4
14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
$OpenBSD: patch-xpcom_glue_standalone_Makefile_in,v 1.2 2006/07/02 15:54:55 steven Exp $
|
|
--- xpcom/glue/standalone/Makefile.in.orig Thu Jan 5 20:35:20 2006
|
|
+++ xpcom/glue/standalone/Makefile.in Thu Jun 29 08:51:04 2006
|
|
@@ -62,6 +62,9 @@ endif
|
|
ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
|
|
LINKSRC = nsGlueLinkingDlopen.cpp
|
|
endif
|
|
+ifeq (OpenBSD,$(OS_ARCH))
|
|
+LINKSRC = nsGlueLinkingDlopen.cpp
|
|
+endif
|
|
ifeq (OS2,$(OS_ARCH))
|
|
LINKSRC = nsGlueLinkingOS2.cpp
|
|
endif
|