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