From 6bbf6744f6e567da7336d8d988841c4afed843d1 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 16 Feb 2019 21:04:42 -0500 Subject: WIP: freefilesync on centos7 raw This worked raw, but needs major work before release. See first few lines in spec file for what was done. Next steps: 1. Place all dependencies in a copr along with this application. 2. Merge all required code changes into a single patch file. --- freefilesync/ffs_abi.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 freefilesync/ffs_abi.patch (limited to 'freefilesync/ffs_abi.patch') diff --git a/freefilesync/ffs_abi.patch b/freefilesync/ffs_abi.patch new file mode 100644 index 0000000..375397c --- /dev/null +++ b/freefilesync/ffs_abi.patch @@ -0,0 +1,12 @@ +diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.9-0/wx+/app_main.h 10.9-1/wx+/app_main.h +--- 10.9-0/wx+/app_main.h 2019-02-13 16:05:15.000000000 -0500 ++++ 10.9-1/wx+/app_main.h 2019-02-16 13:51:32.437266070 -0500 +@@ -7,6 +7,8 @@ + #ifndef APP_MAIN_H_08215601837818347575856 + #define APP_MAIN_H_08215601837818347575856 + ++#define __GXX_ABI_VERSION 1002 ++ + #include + #include + -- cgit