Like alpha, link against libc when creating a shared library on ia64.

The compiler does not automaticly does that.
This commit is contained in:
Marcel Moolenaar 2004-02-02 00:32:09 +00:00
parent 021889ff93
commit 4e59d2b43a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99766

View File

@ -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