[packages/busybox] - disable static busybox on x32, doesn;t link with glibc and no uClibc on this arch yet - rel 6
baggins
baggins at pld-linux.org
Mon Mar 9 20:53:18 CET 2015
commit 4ec69b2ba1d21f456bc5c627378aec189f06bfa5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 9 20:52:34 2015 +0100
- disable static busybox on x32, doesn;t link with glibc and no uClibc on this arch yet
- rel 6
busybox.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/busybox.spec b/busybox.spec
index 6940a20..f5636d7 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -30,7 +30,11 @@
# functionality as their GNU countenders.
#
%ifnarch %{ix86} %{x8664} ppc
-%define with_glibc 1
+%define with_glibc 1
+%endif
+%ifarch x32
+# until uClibc builds on x32
+%undefine with_static
%endif
Summary: Set of common Unix utilities for embeded systems
Summary(pl.UTF-8): Zestaw narzędzi uniksowych dla systemów wbudowanych
@@ -38,7 +42,7 @@ Summary(pt_BR.UTF-8): BusyBox é um conjunto de utilitários UNIX em um único b
Name: busybox
# stable line only
Version: 1.22.1
-Release: 5
+Release: 6
License: GPL v2
Group: Applications
Source0: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/busybox.git/commitdiff/4ec69b2ba1d21f456bc5c627378aec189f06bfa5
More information about the pld-cvs-commit
mailing list