wok rev 12751

busybox: strip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 10 08:58:00 2012 +0200 (2012-05-10)
parents 29153817ea10
children bcaada81a314
files busybox/receipt
line diff
     1.1 --- a/busybox/receipt	Thu May 10 04:40:54 2012 +0200
     1.2 +++ b/busybox/receipt	Thu May 10 08:58:00 2012 +0200
     1.3 @@ -56,10 +56,12 @@
     1.4      make &&
     1.5      make install
     1.6      } || return 1
     1.7 +    strip --strip-unneeded -R .eh_frame -R .eh_frame_hdr $src/_install/bin/busybox
     1.8  
     1.9      # prepare busybox-pam package
    1.10      sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config
    1.11      make oldconfig && make || return 1
    1.12 +    strip --strip-unneeded -R .eh_frame -R .eh_frame_hdr busybox
    1.13      mv busybox busybox-pam
    1.14  
    1.15      # prepare busybox-static package