e9b4c7a040
built from newer thunderbird tarballs (as it's officially unmaintained/dead upstream) and this gets in the way of thunderbird 5 update. Hopefully i'll figure out how to fix that... bump REVISION to be on the safe side.
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
$OpenBSD: patch-config_rules_mk,v 1.1 2011/07/22 05:25:27 landry Exp $
|
|
--- config/rules.mk.orig Wed Jul 7 11:48:43 2010
|
|
+++ config/rules.mk Wed Jul 7 11:49:28 2010
|
|
@@ -605,6 +605,12 @@ endif
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+ifdef IS_COMPONENT
|
|
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
|
|
+endif
|
|
+endif
|
|
+
|
|
ifeq ($(OS_ARCH),Linux)
|
|
ifneq (,$(filter mips mipsel,$(OS_TEST)))
|
|
ifeq ($(MODULE),layout)
|