SHA256
1
0
forked from pool/FreeFileSync
Ana Guerrero 2025-02-04 17:13:17 +00:00 committed by Git OBS Bridge
commit 2fe27a1aa1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 3 13:30:51 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use distro flags to build the package
-------------------------------------------------------------------
Tue Nov 12 07:24:35 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -79,6 +79,8 @@ export TMPDIR=/tmp # necessary since 11.0
%if 0%{?force_gcc_version}
export CXX="g++-%{?force_gcc_version}"
%endif
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
%make_build -C %{name}/Source exeName=FreeFileSync
%make_build -C %{name}/Source/RealTimeSync exeName=RealTimeSync