summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-22 11:41:32 -0400
committerB Stack <bgstack15@gmail.com>2019-10-22 11:41:32 -0400
commit7d4b22aebbdf074592288daba85c1a1dae626875 (patch)
treec627a0435dfe2cf1b77f3ce55e13a11a8e73c1e6
parentWIP: ffs el patch (diff)
downloadstackrpms-7d4b22aebbdf074592288daba85c1a1dae626875.tar.gz
stackrpms-7d4b22aebbdf074592288daba85c1a1dae626875.tar.bz2
stackrpms-7d4b22aebbdf074592288daba85c1a1dae626875.zip
WIP: fix el patch
-rw-r--r--freefilesync/ffs_el.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/freefilesync/ffs_el.patch b/freefilesync/ffs_el.patch
index f029be8..5365636 100644
--- a/freefilesync/ffs_el.patch
+++ b/freefilesync/ffs_el.patch
@@ -112,8 +112,8 @@ Distro: EL7,EL8,fc29
Message: short-circuit for EL and Fedora 29. This probably has to do with gcc < 9. Conveniently, x86 and x86_64 are my only targets and they are little-endian.
diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.17-0/zen/build_info.h 10.17-1/zen/build_info.h
--- 10.17-0/zen/build_info.h 2019-10-21 11:23:51.249139703 -0400
-+++ 10.17-1/zen/build_info.h 2019-10-22 10:52:41.846538926 -0400
-@@ -24,7 +24,9 @@
++++ 10.17-1/zen/build_info.h 2019-10-22 11:40:19.873435707 -0400
+@@ -24,7 +24,7 @@
constexpr bool usingLittleEndian()
{
bgstack15