the armel patches are -p1

This commit is contained in:
Jens Petersen 2012-04-14 02:14:37 +09:00
parent 3d57944f93
commit 9bcd864566
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ ln -s $(pkg-config --variable=includedir libffi)/*.h rts/dist/build
# ARM patches
%ifarch armv7hl armv5tel
%patch10 -p0 -b .arm1
%patch11 -p0 -b .arm2
%patch10 -p1 -b .arm1
%patch11 -p1 -b .arm2
%patch12 -p1 -b .arm
%patch13 -p1 -b .arm
%endif