Try using -mimpure-text to ignore relocation errors

This commit is contained in:
cls%seawood.org 2004-02-26 09:28:00 +00:00
parent a3f2a38be2
commit 7c348aa05b
2 changed files with 647 additions and 535 deletions

1180
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1525,7 +1525,7 @@ dnl the qsort routine under solaris is faulty
AC_MSG_RESULT([$_res])
else
ASFLAGS="$ASFLAGS -fPIC"
DSO_LDOPTS='-shared -h $@ -Wl,-z -Wl,textwarn'
DSO_LDOPTS='-shared -mimpure-text -h $@'
_WARNINGS_CFLAGS=''
_WARNINGS_CXXFLAGS=''
if test "$OS_RELEASE" = "5.3"; then