From f11abacbaa5b4bdf75b548cfbabf39bd68c32ee5 Mon Sep 17 00:00:00 2001 From: pmp-p Date: Tue, 3 Dec 2024 08:47:25 +0100 Subject: [PATCH] hostpic o2g3 --- support/hostpic.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 support/hostpic.diff diff --git a/support/hostpic.diff b/support/hostpic.diff new file mode 100644 index 0000000..076a6ef --- /dev/null +++ b/support/hostpic.diff @@ -0,0 +1,13 @@ +--- cpython3.13/Makefile.pre.in 2024-12-03 07:51:52.083841661 +0100 ++++ cpython3.13-pic/Makefile.pre.in 2024-12-03 07:54:00.742976111 +0100 +@@ -34,8 +34,8 @@ + abs_builddir= @abs_builddir@ + + +-CC= @CC@ +-CXX= @CXX@ ++CC=@CC@ -fPIC ++CXX=@CXX@ -fPIC + LINKCC= @LINKCC@ + AR= @AR@ + READELF= @READELF@