mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
- Update version to 10.0.0 - Update sanitizer config options names - Add patch to fix meson cross compiler sanitiz check build Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
11 lines
311 B
Diff
11 lines
311 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -1845,6 +1845,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
|