mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00

* Py_DontWriteBytecodeFlag is deprecated now, replace it with PyConfig.write_bytecode * setuptools and pip are no longer available by default on mac. Get them from the wheel files the same way linux and windows do Downloaded from https://www.python.org/ftp/python/3.12.11/Python-3.12.11.tar.xz Change-Id: Id1043671d8fbb6b3bfa39afbf6aedd634c92c5f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181785 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
21 lines
682 B
Plaintext
21 lines
682 B
Plaintext
--- configure
|
|
+++ configure
|
|
@@ -19904,14 +19904,14 @@
|
|
ZLIB_CFLAGS=${ZLIB_CFLAGS-""}
|
|
ZLIB_LIBS=${ZLIB_LIBS-"-lz"}
|
|
py_check_lib_save_LIBS=$LIBS
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflateCopy in -lz" >&5
|
|
-printf %s "checking for inflateCopy in -lz... " >&6; }
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for inflateCopy in -lzlib" >&5
|
|
+printf %s "checking for inflateCopy in -lzlib... " >&6; }
|
|
if test ${ac_cv_lib_z_inflateCopy+y}
|
|
then :
|
|
printf %s "(cached) " >&6
|
|
else $as_nop
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lz $LIBS"
|
|
+LIBS="-lzlib $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|