Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge 2.8 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | thread-2-branch |
Files: | files | file ages | folders |
SHA3-256: |
b9467ef1f41b6f973eaf67c48de38942 |
User & Date: | jan.nijtmans 2020-01-13 14:15:21.095 |
Context
2020-02-12
| ||
12:53 | Merge 2.8 check-in: 90a12de0df user: jan.nijtmans tags: thread-2-branch | |
2020-01-13
| ||
14:21 | Update version number to 3.0a2, for whenever we want to release next version. check-in: 791e0f0d0e user: jan.nijtmans tags: trunk | |
14:15 | Merge 2.8 check-in: b9467ef1f4 user: jan.nijtmans tags: thread-2-branch | |
14:12 | Update version number to 2.8.6, for whenever we want to release next version. check-in: 186eea0729 user: jan.nijtmans tags: thread-2-8-branch | |
2020-01-06
| ||
11:11 | Merge 2.8 check-in: 80b10b3161 user: jan.nijtmans tags: thread-2-branch | |
Changes
Changes to configure.
︙ | ︙ | |||
6910 6911 6912 6913 6914 6915 6916 | SHLIB_SUFFIX=".so" if test $doRpath = yes; then : CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' fi LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so${SHLIB_VERSION}' | | | 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 | SHLIB_SUFFIX=".so" if test $doRpath = yes; then : CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' fi LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so${SHLIB_VERSION}' LDFLAGS="$LDFLAGS -Wl,-export-dynamic" CFLAGS_OPTIMIZE="-O2" # On OpenBSD: Compile with -pthread # Don't link with -lpthread LIBS=`echo $LIBS | sed s/-lpthread//` CFLAGS="$CFLAGS -pthread" # OpenBSD doesn't do version numbers with dots. UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a' |
︙ | ︙ |