1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump buildroot to the latest 2023.02.x LTS version

This commit is contained in:
j1nx
2023-04-07 12:48:03 +02:00
parent 281cc65b06
commit d2ec98cd4f
2797 changed files with 290 additions and 1441 deletions

View File

@@ -0,0 +1,26 @@
From c071fa9ee045973afceafae64c5bac37fb5d1d12 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Thu, 6 Apr 2023 17:12:24 +0200
Subject: [PATCH 1/1] Enable python optimizations
---
package/python3/python3.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 56fe95cd07..38179aa9e0 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -190,7 +190,8 @@ PYTHON3_CONF_OPTS += \
--disable-tk \
--disable-nis \
--disable-idle3 \
- --disable-pyc-build
+ --disable-pyc-build \
+ --enable-optimizations
#
# Remove useless files. In the config/ directory, only the Makefile
--
2.34.1