Accepting request 832799 from home:Andreas_Schwab:Factory
- Use libtirpc also in SLE-15-SP3 OBS-URL: https://build.opensuse.org/request/show/832799 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=399
This commit is contained in:
parent
d9a72336a4
commit
be880f7904
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:31:27 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Use libtirpc also in SLE-15-SP3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 14:57:34 UTC 2020 - Kirk Allan <kallan@suse.com>
|
||||
|
||||
|
@ -73,7 +73,7 @@ BuildRequires: pam-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: procps-devel
|
||||
BuildRequires: update-desktop-files
|
||||
%if 0%{?suse_version} > 1500
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
|
||||
BuildRequires: glibc >= 2.27
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: rpcgen
|
||||
@ -230,7 +230,7 @@ sed -i -e "s/\r//" README
|
||||
# (this is because of 'g_static_mutex_init' usage which is now deprecated)
|
||||
export CFLAGS="%{optflags} -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wno-deprecated-declarations -Wno-sizeof-pointer-memaccess -Wno-cpp -fPIE"
|
||||
export CXXFLAGS="%{optflags} -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wno-deprecated-declarations -Wno-sizeof-pointer-memaccess -Wno-cpp -fPIE"
|
||||
%if 0%{?suse_version} > 1500
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
|
||||
export LDFLAGS="-pie -ltirpc"
|
||||
%else
|
||||
export LDFLAGS="-pie"
|
||||
|
Loading…
x
Reference in New Issue
Block a user