Use -z textwarn when linking with -shared until we figure out why 'relocations against non-writable, allocatable sections remain'.
Bug #23759 & Bug #35419 git-svn-id: svn://10.0.0.236/trunk@153275 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
1180
mozilla/configure
vendored
1180
mozilla/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -1525,7 +1525,7 @@ dnl the qsort routine under solaris is faulty
|
||||
AC_MSG_RESULT([$_res])
|
||||
else
|
||||
ASFLAGS="$ASFLAGS -fPIC"
|
||||
DSO_LDOPTS='-shared -h $@'
|
||||
DSO_LDOPTS='-shared -h $@ -Wl,-z -Wl,textwarn'
|
||||
_WARNINGS_CFLAGS=''
|
||||
_WARNINGS_CXXFLAGS=''
|
||||
if test "$OS_RELEASE" = "5.3"; then
|
||||
|
||||
Reference in New Issue
Block a user