summarylogtreecommitdiffstats
path: root/alephone-r5011-use-mkstemp.diff
diff options
context:
space:
mode:
authorCarsten Teibes2014-03-17 15:53:30 +0100
committerCarsten Teibes2014-03-17 15:53:30 +0100
commit217c3cc432e9dd3a59e55340741dff4a7ee0cdd9 (patch)
tree8da88f28cdc0857adbaef62c27093cfd8630503d /alephone-r5011-use-mkstemp.diff
parent59baa223ecbdc716a924f36bf9a8a8a41c2cb077 (diff)
downloadaur-217c3cc432e9dd3a59e55340741dff4a7ee0cdd9.tar.gz
[fix] Update patches, use correct data directory
Confirm alephone-marathon, alephone-marathon2 and marathon-infinity as tested.
Diffstat (limited to 'alephone-r5011-use-mkstemp.diff')
-rw-r--r--alephone-r5011-use-mkstemp.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/alephone-r5011-use-mkstemp.diff b/alephone-r5011-use-mkstemp.diff
new file mode 100644
index 000000000000..c627dd4a825a
--- /dev/null
+++ b/alephone-r5011-use-mkstemp.diff
@@ -0,0 +1,14 @@
+Index: Source_Files/Lua/luaconf.h
+===================================================================
+--- Source_Files/Lua/luaconf.h (Revision 5010)
++++ Source_Files/Lua/luaconf.h (Revision 5011)
+@@ -11,6 +11,9 @@
+ #include <limits.h>
+ #include <stddef.h>
+
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
+
+ /*
+ ** ==================================================================