diff --git a/subversion.spec b/subversion.spec index 6f3a422..52d7b02 100644 --- a/subversion.spec +++ b/subversion.spec @@ -15,7 +15,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.6.1 -Release: 3 +Release: 4 License: ASL 1.1 Group: Development/Tools 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_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} \ --with-swig --with-neon=%{_prefix} \ --with-ruby-sitedir=%{ruby_sitearch} \ @@ -286,6 +286,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Apr 15 2009 Joe Orton 1.6.1-4 +- really disable PIE + * Tue Apr 14 2009 Joe Orton 1.6.1-3 - update to 1.6.1; disable PIE patch for the time being