SPECS: busybox.spec - uClibc static version works on ppc, but not ...

sparky sparky at pld-linux.org
Tue Jan 10 21:12:52 CET 2006


Author: sparky                       Date: Tue Jan 10 20:12:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- uClibc static version works on ppc, but not yet released uClibc is
  required on recent kernels, old one segfaults on program exit

---- Files affected:
SPECS:
   busybox.spec (1.105 -> 1.106) 

---- Diffs:

================================================================
Index: SPECS/busybox.spec
diff -u SPECS/busybox.spec:1.105 SPECS/busybox.spec:1.106
--- SPECS/busybox.spec:1.105	Sat Sep  3 21:09:00 2005
+++ SPECS/busybox.spec	Tue Jan 10 21:12:47 2006
@@ -27,9 +27,12 @@
 %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
@@ -69,7 +72,11 @@
 		%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
@@ -259,6 +266,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.106  2006/01/10 20:12:47  sparky
+- uClibc static version works on ppc, but not yet released uClibc is
+  required on recent kernels, old one segfaults on program exit
+
 Revision 1.105  2005/09/03 19:09:00  areq
 - 1.01
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/busybox.spec?r1=1.105&r2=1.106&f=u



More information about the pld-cvs-commit mailing list