]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- rel 1 auto/th/busybox-1_13_3-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 14 Mar 2009 17:34:15 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- restore filterout_ld, it's passed directly to linker so uClibc wrapper
  won't catch thos options
- shared/static config changes
- compress usage messages
- disable /etc/networks support
- enable install,whoami,ed,arp applets
- enable readink -f, stat -c, xargs -0, hdparm -d options
- enable 64 bit support in test
- enable remote syslog
- enable http sendfile
- enable calling applets directly (without fork/exec)

Changed files:
    busybox.spec -> 1.161

busybox.spec

index 3b9165c78b2af018d5e0e6581d757868491c29af..37817703057e3d1274b763dc213886c423b16bf2 100644 (file)
@@ -35,7 +35,7 @@ Summary(pt_BR.UTF-8): BusyBox é um conjunto de utilitários UNIX em um único b
 Name:          busybox
 # stable line only
 Version:       1.13.3
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -88,6 +88,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
        %define CrossOpts %{nil}
 %endif
 
+%define                filterout_ld    -Wl,-z,(combreloc|relro)
+
 %description
 BusyBox combines tiny versions of many common UNIX utilities into a
 single small executable. It provides minimalist replacements for most
This page took 0.111772 seconds and 4 git commands to generate.