- fix LDFLAGS injection (#1552661)

This commit is contained in:
Dan Horák 2018-03-12 15:59:40 +01:00
parent 00a29e6617
commit 7b458c246c

View File

@ -5,7 +5,7 @@ Name: s390utils
Summary: Utilities and daemons for IBM z Systems Summary: Utilities and daemons for IBM z Systems
Group: System Environment/Base Group: System Environment/Base
Version: 2.3.0 Version: 2.3.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 2 Epoch: 2
License: MIT License: MIT
ExclusiveArch: s390 s390x ExclusiveArch: s390 s390x
@ -86,18 +86,18 @@ popd
%build %build
make \ make \
OPT_FLAGS="$RPM_OPT_FLAGS" \ CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" \
BINDIR=/usr/sbin \ BINDIR=/usr/sbin \
DISTRELEASE=%{release} \ DISTRELEASE=%{release} \
V=1 V=1
pushd cmsfs-%{cmsfsver} pushd cmsfs-%{cmsfsver}
./configure ./configure
make CC="gcc $RPM_OPT_FLAGS -fno-strict-aliasing" make CC="gcc %{build_cflags} -fno-strict-aliasing %{build_ldflags}"
popd popd
pushd src_vipa-%{vipaver} pushd src_vipa-%{vipaver}
make CC_FLAGS="$RPM_OPT_FLAGS -fPIC" LIBDIR=%{_libdir} make CC_FLAGS="%{build_cflags} -fPIC" LD_FLAGS="%{build_ldflags} -shared" LIBDIR=%{_libdir}
popd popd
@ -785,6 +785,9 @@ User-space development files for the s390/s390x architecture.
%changelog %changelog
* Mon Mar 12 2018 Dan Horák <dan[at]danny.cz> - 2:2.3.0-2
- fix LDFLAGS injection (#1552661)
* Wed Feb 21 2018 Rafael Santos <rdossant@redhat.com> - 2:2.3.0-1 * Wed Feb 21 2018 Rafael Santos <rdossant@redhat.com> - 2:2.3.0-1
- rebased to 2.3.0 - rebased to 2.3.0