summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-02-02 00:32:09 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-02-02 00:32:09 +0000
commit4e59d2b43a86e872a311a2aa8bf7614a0f22e0b4 (patch)
tree46723278318ef14d8ab0edd987a046ea22ba237a
parent- Fix installation of mapconvert.py (diff)
Like alpha, link against libc when creating a shared library on ia64.
The compiler does not automaticly does that.
-rw-r--r--www/mozilla/files/patch-config::rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/files/patch-config::rules.mk b/www/mozilla/files/patch-config::rules.mk
index 544be43149fa..16cb6ae1192e 100644
--- a/www/mozilla/files/patch-config::rules.mk
+++ b/www/mozilla/files/patch-config::rules.mk
@@ -4,7 +4,7 @@
ifeq ($(OS_ARCH),FreeBSD)
ifdef IS_COMPONENT
-+ifneq (,$(filter alpha,$(OS_TEST)))
++ifneq (,$(filter alpha ia64,$(OS_TEST)))
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc
+else
EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic