955167 build as a position independent executable
This commit is contained in:
parent
3c58b16ee1
commit
643ff5c20d
@ -1,3 +1,4 @@
|
|||||||
|
%global _hardened_build 1
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define open_iscsi_version 2.0
|
%define open_iscsi_version 2.0
|
||||||
@ -126,12 +127,13 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPTFLAGS="%{optflags} -DUSE_KMOD -lkmod"
|
make OPTFLAGS="%{optflags} %{?__global_ldflags} -DUSE_KMOD -lkmod"
|
||||||
|
|
||||||
cd iscsiuio
|
cd iscsiuio
|
||||||
chmod u+x configure
|
chmod u+x configure
|
||||||
./configure --enable-debug
|
./configure --enable-debug
|
||||||
make OPTFLAGS="%{optflags}"
|
make OPTFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
pushd libiscsi
|
pushd libiscsi
|
||||||
@ -271,7 +273,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 11 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-7
|
* Tue Jun 11 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-7
|
||||||
- Use the systemd tmpfiles service to recreate lockfiles in /var/lock
|
- Use the systemd tmpfiles service to recreate lockfiles in /var/lock
|
||||||
Otherwise selinux labeling is wrong when created by a manual iscsiadm command
|
- 955167 build as a position independent executable
|
||||||
|
|
||||||
* Tue May 28 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-6
|
* Tue May 28 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-6
|
||||||
- Don't have iscsiadm scan for autostart record if node db is empty (bug #951951)
|
- Don't have iscsiadm scan for autostart record if node db is empty (bug #951951)
|
||||||
|
Loading…
Reference in New Issue
Block a user