From 042710eaabc2733b746fb0aff550a61f7edebdee Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 15 2013 09:55:01 +0000 Subject: disable uClibc on ppc, too --- diff --git a/busybox.spec b/busybox.spec index c121b3c..748fc89 100644 --- a/busybox.spec +++ b/busybox.spec @@ -1,7 +1,7 @@ Summary: Statically linked binary providing simplified versions of system commands Name: busybox Version: 1.19.4 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Shells @@ -56,7 +56,7 @@ better suited to normal use. # We use uclibc instead of system glibc, uclibc is several times # smaller, this is important for static build. # uclibc can't be built on ppc64,s390,ia64, we set $arch to "" in this case -arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/armv7l/arm/' -e 's/armv5tel/arm/' -e 's/ppc64//' -e 's/powerpc64//' -e 's/ia64//' -e 's/s390.*//'` +arch=`uname -m | sed -e 's/i.86/i386/' -e 's/armv7l/arm/' -e 's/armv5tel/arm/' -e 's/ppc64//' -e 's/powerpc64//' -e 's/ppc//' -e 's/ia64//' -e 's/s390.*//'` cp %{SOURCE1} .config # set all new options to defaults yes "" | make oldconfig @@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/busybox.petitboot.1.gz %changelog +* Wed May 15 2013 Karsten Hopp 1.19.4-9 +- disable uClibc on ppc, too + * Wed May 15 2013 Karsten Hopp 1.19.4-8 - include sys/resource.h for RLIMIT_FSIZE (rhbz #961542) on PPC*