Don't forget the new patch....
This commit is contained in:
parent
3ee6626eb3
commit
3542c2ebda
1 changed files with 14 additions and 0 deletions
14
amanda-3.4.2-fix-sse.patch
Normal file
14
amanda-3.4.2-fix-sse.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
diff --git a/common-src/amutil.c b/common-src/amutil.c
|
||||
index b46ad77..4b356d6 100644
|
||||
--- a/common-src/amutil.c
|
||||
+++ b/common-src/amutil.c
|
||||
@@ -1904,6 +1904,9 @@ static int get_sse42(void)
|
||||
#endif
|
||||
return (ecx >> 20) & 1;
|
||||
}
|
||||
+#else /* if defined __x86_64__ || defined __i386__ ... */
|
||||
+static int get_sse42(void) {
|
||||
+}
|
||||
#endif
|
||||
|
||||
static uint32_t crc_table[16][256];
|
||||
Loading…
Add table
Add a link
Reference in a new issue