- Fixes MFSA 2012-12->19 - see http://www.seamonkey-project.org/releases/seamonkey2.8/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
$OpenBSD: patch-config_rules_mk,v 1.8 2012/03/16 21:38:33 landry Exp $
|
|
--- config/rules.mk.orig Thu Dec 15 01:11:08 2011
|
|
+++ config/rules.mk Mon Dec 19 22:30:23 2011
|
|
@@ -573,6 +573,12 @@ endif
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+ifdef IS_COMPONENT
|
|
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
|
|
+endif
|
|
+endif
|
|
+
|
|
#
|
|
# HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag
|
|
# which uses internal symbols first
|