commit 74b36ef
chld
·
2026-09-05 15:47:16 +0000 UTC
parent 265af69
python: bump to 3.14
1 files changed,
+1,
-1
+1,
-1
1@@ -59,7 +59,7 @@ EOF
2 ./configure \
3 --prefix="$PREFIX" \
4 LDFLAGS="-static -lssl -lpthread -lm" \
5- CFLAGS="-Wno-error=int-conversion -Wno-error=implicit-function-declaration -I/include -I/include/openssl" \
6+ CFLAGS="-Wno-error=int-conversion -Wno-error=implicit-function-declaration -I/include -I/include/openssl -I/include/c++/v1" \
7 --disable-shared \
8 OPENSSL_LIBS="-lssl" \
9 --with-static-libpython \