summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2017-05-31 06:10:46 (GMT)
committerstu <stwo@users.sourceforge.net>2017-05-31 06:10:46 (GMT)
commita0b8a82e5511a9503eaa1fc5174be0e652e0fe6d (patch)
tree62bf50f4f6f0eab77abb09d08e92e56da1cdbd1c /generic
parent7ce82f66426af0697c36c5252335fa40820c2307 (diff)
downloadtcl-a0b8a82e5511a9503eaa1fc5174be0e652e0fe6d.zip
tcl-a0b8a82e5511a9503eaa1fc5174be0e652e0fe6d.tar.gz
tcl-a0b8a82e5511a9503eaa1fc5174be0e652e0fe6d.tar.bz2
Unbreak on OpenBSD, again. Put back the old SHLIB_VERSION doings.
On OpenBSD, Tcl's libs will need the extra version numbers probably forever. There's no point to adding the extra knob. On OpenBSD, the extra version numbers are used for dependency tracking. The extra version numbers must be on linkable libs (code will be linked to them, they have a corresponding .h file). Loadable libs (no code will be linked to them, they don't have a corresponding .h file. Usually a Tcl extension) don't need the burden (OpenBSD has to track the libs' dependencies) of the extra version numbers. Libs that are loadable and linkable are treated as linkable. I hope that clears things up.
Diffstat (limited to 'generic')
0 files changed, 0 insertions, 0 deletions