diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-22 13:56:22 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-22 13:56:22 -0400 |
commit | 1240098e4905fc5fdf54740709873bed5137f7eb (patch) | |
tree | 90cf843f39b7886d3e8cbaa273c7d5b92ca64c13 /freefilesync/freefilesync.spec | |
parent | WIP: fix el patch (diff) | |
download | stackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.tar.gz stackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.tar.bz2 stackrpms-1240098e4905fc5fdf54740709873bed5137f7eb.zip |
WIP: test a separate patch for the include <bit>
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r-- | freefilesync/freefilesync.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 157c66b..a10ff55 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -39,6 +39,7 @@ Patch4: ffs_fedora.patch Patch5: ffs_el.patch Patch6: ffs_libssh2.patch Patch7: ffs_curl.patch +Patch8: ffs_bit.patch Packager: B Stack <bgstack15@gmail.com> # WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system. @@ -94,6 +95,9 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %endif %patch6 -p1 %patch7 -p1 +%if 0%{?el6}%{?el7}%{?el8}{?fc29} +%patch8 -p1 +%endif # custom build parameters for packaging application in rpm # fedora provides build_cxxflags, which is really just optflags |