]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- disable static busybox on x32, doesn;t link with glibc and no uClibc on this arch yet auto/th/busybox-1.22.1-6
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 9 Mar 2015 19:52:34 +0000 (20:52 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 9 Mar 2015 19:52:34 +0000 (20:52 +0100)
- rel 6

busybox.spec

index 6940a20c15e67eb5bb422ca7cd219b6f05fd238b..f5636d7a1aaf9cf83f465334df0069fea3cb43f4 100644 (file)
 # 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
This page took 0.178338 seconds and 4 git commands to generate.