mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
- Update to 10.1.0 - Refresh patches - Disable DBUS Display #27036 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
20 lines
584 B
Diff
20 lines
584 B
Diff
From a41fe59d9ed66f807f3410408699b0b0b8afea3d Mon Sep 17 00:00:00 2001
|
|
From: Vladimir Ermakov <vooon341@gmail.com>
|
|
Date: Tue, 27 May 2025 09:57:50 +0200
|
|
Subject: [PATCH 4/4] fix meson cross-build compiler sanity check
|
|
|
|
---
|
|
configure | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1868,6 +1868,7 @@ if test "$skip_meson" = no; then
|
|
|
|
echo "# Automatically generated by configure - do not modify" > $cross
|
|
echo "[properties]" >> $cross
|
|
+ echo "needs_exe_wrapper = true" >> $cross
|
|
|
|
# unroll any custom device configs
|
|
for a in $device_archs; do
|