- really disable PIE
This commit is contained in:
parent
f72c3d7455
commit
01fd01864e
@ -15,7 +15,7 @@
|
|||||||
Summary: A Modern Concurrent Version Control System
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -129,7 +129,7 @@ export svn_cv_ruby_link="%{__cc} -shared"
|
|||||||
export svn_cv_ruby_sitedir_libsuffix=""
|
export svn_cv_ruby_sitedir_libsuffix=""
|
||||||
export svn_cv_ruby_sitedir_archsuffix=""
|
export svn_cv_ruby_sitedir_archsuffix=""
|
||||||
|
|
||||||
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
||||||
--with-swig --with-neon=%{_prefix} \
|
--with-swig --with-neon=%{_prefix} \
|
||||||
--with-ruby-sitedir=%{ruby_sitearch} \
|
--with-ruby-sitedir=%{ruby_sitearch} \
|
||||||
@ -286,6 +286,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2009 Joe Orton <jorton@redhat.com> 1.6.1-4
|
||||||
|
- really disable PIE
|
||||||
|
|
||||||
* Tue Apr 14 2009 Joe Orton <jorton@redhat.com> 1.6.1-3
|
* Tue Apr 14 2009 Joe Orton <jorton@redhat.com> 1.6.1-3
|
||||||
- update to 1.6.1; disable PIE patch for the time being
|
- update to 1.6.1; disable PIE patch for the time being
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user