mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
Normal file
17
support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
lxdialog/check-lxdialog.sh | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: kconfig/lxdialog/check-lxdialog.sh
|
||||
===================================================================
|
||||
--- kconfig.orig/lxdialog/check-lxdialog.sh
|
||||
+++ kconfig/lxdialog/check-lxdialog.sh
|
||||
@@ -41,7 +41,7 @@ ccflags()
|
||||
}
|
||||
|
||||
# Temp file, try to clean up after us
|
||||
-tmp=.lxdialog.tmp
|
||||
+tmp=$(mktemp)
|
||||
trap "rm -f $tmp" 0 1 2 3 15
|
||||
|
||||
# Check if we can link to ncurses
|
||||
Reference in New Issue
Block a user