Like alpha, link against libc when creating a shared library on ia64.
The compiler does not automaticly does that.
This commit is contained in:
parent
021889ff93
commit
4e59d2b43a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99766
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user