diff options
author | stu <stwo@users.sourceforge.net> | 2015-10-09 13:19:57 (GMT) |
---|---|---|
committer | stu <stwo@users.sourceforge.net> | 2015-10-09 13:19:57 (GMT) |
commit | 40640915557de5d223efa4edaaa69c843cb138cd (patch) | |
tree | 0a147423e630acc82644f0e8808e13b9069c24d1 /unix/tcl.m4 | |
parent | f5d4ffd4633b850b12389d71358c75289cc61b2c (diff) | |
download | tk-40640915557de5d223efa4edaaa69c843cb138cd.zip tk-40640915557de5d223efa4edaaa69c843cb138cd.tar.gz tk-40640915557de5d223efa4edaaa69c843cb138cd.tar.bz2 |
Tk/OpenBSD/Sparc needs -fPIC.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index a6cb41b..f6713e7 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1476,7 +1476,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ;; *) case "$arch" in - alpha|sparc64) + alpha|sparc|sparc64) SHLIB_CFLAGS="-fPIC" ;; *) |