workaround ppc PAGE_SIZE foo

This commit is contained in:
Caolan McNamara 2008-01-16 10:35:19 +00:00
parent f6c92c60a6
commit e8658a84ca

View File

@ -29,6 +29,9 @@ FriBidi.
%build %build
%configure --disable-static %configure --disable-static
%ifarch ppc ppc64
export CFLAGS="$RPM_OPT_FLAGS -DPAGE_SIZE=4096"
%endif
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -60,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 16 2008 Caolan McNamara <caolanm@redhat.com> 0.19.1-1 * Wed Jan 16 2008 Caolan McNamara <caolanm@redhat.com> 0.19.1-1
- next version - next version
- workaround PAGE_SIZE requirement
* Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-2 * Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.10.9-2
- rebuild - rebuild