From 3542c2ebda9f5d685e66e16e2fefc2195deafb4e Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 31 Jan 2017 12:47:38 -0600 Subject: [PATCH] Don't forget the new patch.... --- amanda-3.4.2-fix-sse.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 amanda-3.4.2-fix-sse.patch diff --git a/amanda-3.4.2-fix-sse.patch b/amanda-3.4.2-fix-sse.patch new file mode 100644 index 0000000..6cfdfcf --- /dev/null +++ b/amanda-3.4.2-fix-sse.patch @@ -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];