use -fPIE on sparc64
This commit is contained in:
parent
18f5d52862
commit
6868f5144f
@ -15,7 +15,7 @@
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.5.6
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: ASL 1.1
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.tigris.org/
|
||||
@ -112,6 +112,9 @@ This package includes the Ruby bindings to the Subversion libraries.
|
||||
%if %{with_java}
|
||||
%patch7 -p1 -b .java
|
||||
%endif
|
||||
%ifarch sparc64
|
||||
sed -i -e 's|-fpie|-fPIE|g' Makefile.in
|
||||
%endif
|
||||
|
||||
%build
|
||||
# Regenerate the buildsystem, so that:
|
||||
@ -284,6 +287,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 12 2009 Dennis Gilmore <dennis@ausil.us> - 1.5.6-4
|
||||
- use -fPIE on sparc64
|
||||
|
||||
* Mon Mar 9 2009 Joe Orton <jorton@redhat.com> 1.5.6-3
|
||||
- update to 1.5.6
|
||||
- autoload psvn (#238491, Tom Tromey)
|
||||
|
Loading…
Reference in New Issue
Block a user