]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- uClibc static version works on ppc, but not yet released uClibc is
authorsparky <sparky@pld-linux.org>
Tue, 10 Jan 2006 20:12:47 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  required on recent kernels, old one segfaults on program exit

Changed files:
    busybox.spec -> 1.106

busybox.spec

index a4dfb33e9cb272712fd5c97523f38741d08abd37..ddecc8e01c21940bcc6bc02790f7fe00925b0df0 100644 (file)
 %bcond_with    dietlibc        # build dietlibc-based initrd version
 %bcond_with    glibc           # build glibc-based initrd version
 #
-%ifnarch %{ix86}
+%ifnarch %{ix86} ppc
 %define with_glibc 1
 %endif
+%ifarch ppc
+%undefine      with_dietlibc
+%endif
 Summary:       Set of common unix utils for embeded systems
 Summary(pl):   Zestaw narzêdzi uniksowych dla systemów wbudowanych
 Summary(pt_BR):        BusyBox é um conjunto de utilitários UNIX em um único binário
@@ -68,7 +71,11 @@ BuildRequires:       dietlibc-static
                %if %{with glibc}
 BuildRequires: glibc-static
                %else
+%ifarch ppc
+BuildRequires: uClibc-static > 0.9.28
+%else
 BuildRequires: uClibc-static >= 0.9.21
+%endif
                %endif
        %endif
 %endif
This page took 0.032129 seconds and 4 git commands to generate.