The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / kconfig / patches / 11-use-mktemp-for-lxdialog.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch b/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
new file mode 100644 (file)
index 0000000..b38af26
--- /dev/null
@@ -0,0 +1,17 @@
+---
+ lxdialog/check-lxdialog.sh |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: b/lxdialog/check-lxdialog.sh
+===================================================================
+--- a/lxdialog/check-lxdialog.sh
++++ b/lxdialog/check-lxdialog.sh
+@@ -36,7 +36,7 @@
+ }
+ # 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