summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3_3.12.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.12.4.bb b/meta/recipes-devtools/python/python3_3.12.4.bb
index 77bbfaa069..743ba0b1f1 100644
--- a/meta/recipes-devtools/python/python3_3.12.4.bb
+++ b/meta/recipes-devtools/python/python3_3.12.4.bb
@@ -107,6 +107,7 @@ PACKAGECONFIG[tk] = ",,tk"
107PACKAGECONFIG[tcl] = ",,tcl" 107PACKAGECONFIG[tcl] = ",,tcl"
108PACKAGECONFIG[gdbm] = ",,gdbm" 108PACKAGECONFIG[gdbm] = ",,gdbm"
109PACKAGECONFIG[lto] = "--with-lto,--without-lto" 109PACKAGECONFIG[lto] = "--with-lto,--without-lto"
110PACKAGECONFIG[staticlibpython] = "--with-static-libpython,--without-static-libpython"
110 111
111do_configure:prepend () { 112do_configure:prepend () {
112 mkdir -p ${B}/Modules 113 mkdir -p ${B}/Modules