- use full relro in mod_dav_svn build (#973694)

This commit is contained in:
Joe Orton 2013-06-18 16:48:41 +01:00
parent 5f612c9ef9
commit cf226578fa

View File

@ -205,6 +205,7 @@ sed -i 's/-fpie/-fPIE/' Makefile.in
export CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \
-DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\""
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-serf=%{_prefix} \
@ -470,6 +471,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Tue Jun 18 2013 Joe Orton <jorton@redhat.com> - 1.8.0-1
- update to 1.8.0; switch to serf
- use full relro in mod_dav_svn build (#973694)
* Mon Jun 3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
- update to 1.7.10 (#970014)