summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 08:37:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-08 08:37:17 (GMT)
commita1f7ab60476333a483bf53641f3d48079447c6ac (patch)
tree82593708dfae65b722b5e210f67785ac0e02c1c0 /unix
parent6c0944669392998b387899f50edb0a89501d882d (diff)
downloadtcl-a1f7ab60476333a483bf53641f3d48079447c6ac.zip
tcl-a1f7ab60476333a483bf53641f3d48079447c6ac.tar.gz
tcl-a1f7ab60476333a483bf53641f3d48079447c6ac.tar.bz2
DragonFly/FreeBSD need -fPIC
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 53e41fa..05e83d6 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7208,7 +7208,7 @@ then :
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
- NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|OpenBSD-*) ;;
OSF1-V*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 7fc696e..0f22ae1 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1786,7 +1786,7 @@ dnl # preprocessing tests use only CPPFLAGS.
Darwin-*) ;;
IRIX*) ;;
Linux*|GNU*) ;;
- NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|OpenBSD-*) ;;
OSF1-V*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;