mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
@@ -1,7 +1,5 @@
|
||||
Index: mariadb-10.4.17/include/my_cpu.h
|
||||
===================================================================
|
||||
--- mariadb-10.4.17.orig/include/my_cpu.h
|
||||
+++ mariadb-10.4.17/include/my_cpu.h
|
||||
--- a/include/my_cpu.h
|
||||
+++ b/include/my_cpu.h
|
||||
@@ -24,17 +24,16 @@
|
||||
*/
|
||||
|
||||
@@ -34,10 +32,8 @@ Index: mariadb-10.4.17/include/my_cpu.h
|
||||
#elif defined __GNUC__ && (defined __arm__ || defined __aarch64__)
|
||||
/* Mainly, prevent the compiler from optimizing away delay loops */
|
||||
__asm__ __volatile__ ("":::"memory");
|
||||
Index: mariadb-10.4.17/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||
===================================================================
|
||||
--- mariadb-10.4.17.orig/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||
+++ mariadb-10.4.17/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||
--- a/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||
+++ b/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||
@@ -124,7 +124,7 @@ static inline tokutime_t toku_time_now(v
|
||||
__asm __volatile__ ("mrs %[rt], cntvct_el0" : [rt] "=r" (result));
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user