diff options
author | stu <stwo@users.sourceforge.net> | 2015-10-09 13:31:49 (GMT) |
---|---|---|
committer | stu <stwo@users.sourceforge.net> | 2015-10-09 13:31:49 (GMT) |
commit | 496701e1edf870a41c1a4022efbd457a5a73e7fd (patch) | |
tree | 01f3a0b6db959abce4c53484e442a2da1d7d7340 /unix/tcl.m4 | |
parent | 0fd7498333267e04ada475c48f369451aa941a5e (diff) | |
download | tk-496701e1edf870a41c1a4022efbd457a5a73e7fd.zip tk-496701e1edf870a41c1a4022efbd457a5a73e7fd.tar.gz tk-496701e1edf870a41c1a4022efbd457a5a73e7fd.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 b9f4896..4b9543c 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1500,7 +1500,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ;; *) case "$arch" in - alpha|sparc64) + alpha|sparc|sparc64) SHLIB_CFLAGS="-fPIC" ;; *) |