rebase cont (patch8): s/Patch8/Patch5/

Version: 4.2.4.4-1
This commit is contained in:
Pavel Raiskup 2013-03-03 10:05:08 +01:00
parent 9009c4d978
commit 7afa59d655
2 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,11 @@ Patch3: ncompress-4.2.4.4-2GB.patch
# ~> #207001
Patch4: ncompress-4.2.4.4-endians.patch
Patch8: ncompress-4.2.4-memmove.patch
# use memmove instead of memcpy
# ~> 760657
# ~> downstream
Patch5: ncompress-4.2.4.4-memmove.patch
BuildRequires: gcc glibc-devel fileutils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -64,6 +68,7 @@ sed "s/\$(ARCH_FLAGS)/$ARCH_FLAGS/" Makefile.def > Makefile
%patch2 -p1 -b .filenamelen
%patch3 -p1 -b .2GB
%patch4 -p1 -b .endians
%patch5 -p1 -b .memmove
%build
make CFLAGS="%{optflags} %{?nc_endian} %{?nc_align}"