forked from pool/boinc-client
Accepting request 925437 from network
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/925437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boinc-client?expand=0&rev=50
This commit is contained in:
commit
a4b92f427d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c20ca34e82bbc1d66811b2d59241488e0023d42e7d91ddde420f1d261c25b9b
|
||||
size 50848912
|
3
7.18.1.tar.gz
Normal file
3
7.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:274388d9c49e488b6c8502ffc6eb605d5ceae391fb0c2fc56dbb0254d0ceb27e
|
||||
size 50851883
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 8 12:03:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.18.1
|
||||
* Exporting event log wrote just 6 lines, which was fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 16 09:45:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
Name: boinc-client
|
||||
%define rel_name %{name}_release
|
||||
%define minor_version 7.18
|
||||
Version: %{minor_version}.0
|
||||
Version: %{minor_version}.1
|
||||
Release: 0
|
||||
Summary: Client for Berkeley Open Infrastructure for Network Computing
|
||||
License: GPL-3.0-or-later OR LGPL-3.0-or-later
|
||||
@ -167,6 +167,13 @@ rm -r coprocs/NVIDIA
|
||||
rm -r android drupal mac_build mac_installer win_build xcompile
|
||||
|
||||
autoreconf -fi
|
||||
export CFLAGS="%optflags -W -pipe -fno-strict-aliasing -D_REENTRANT"
|
||||
echo %sle_version
|
||||
%if 0%{?sle_version} == 120000
|
||||
echo enablingcxx
|
||||
export CFLAGS="$CFLAGS -std=c++11"
|
||||
%endif
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
%configure \
|
||||
--enable-optimize \
|
||||
--enable-shared \
|
||||
@ -187,9 +194,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
# Export Path and make
|
||||
make clean %{?_smp_mflags}
|
||||
make libboinc_la_LIBADD="-L%{_libdir} -lssl -ldl" \
|
||||
CFLAGS="%{optflags} -W -pipe -fno-strict-aliasing -D_REENTRANT" \
|
||||
CXXFLAGS="%{optflags} -W -pipe -fno-strict-aliasing -D_REENTRANT" \
|
||||
DESTDIR=%{_prefix} %{?_smp_mflags}
|
||||
DESTDIR=%{_prefix} %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user