Skip to content

Commit 169bdad

Browse files
committed
unix: build tcl/tk with --enable-threads
1 parent 95aaf08 commit 169bdad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cpython-unix/build-tcl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ fi
4141

4242
CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" ./configure \
4343
--prefix=/tools/deps \
44-
--enable-shared=no
44+
--enable-shared=no \
45+
--enable-threads
4546

4647
make -j ${NUM_CPUS}
4748
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out

cpython-unix/build-tk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./configure \
2828
--prefix=/tools/deps \
2929
--with-tcl=${TOOLS_PATH}/deps/lib \
3030
--enable-shared=no \
31+
--enable-threads \
3132
${EXTRA_CONFIGURE_FLAGS}
3233

3334
# For some reason musl isn't link libXau and libxcb. So we hack the Makefile

0 commit comments

Comments
 (0)