wok diff libbonobo/receipt @ rev 9742
Fix: claws-mail BUILD_DEPENDS )libassuan, also use xorg-dev for all Xorg dev pkgs) and clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 10 02:32:37 2011 +0200 (2011-05-10) |
parents | e79cbcd6df76 |
children | c575c4db956f |
line diff
1.1 --- a/libbonobo/receipt Sat Oct 16 19:37:57 2010 +0000 1.2 +++ b/libbonobo/receipt Tue May 10 02:32:37 2011 +0200 1.3 @@ -36,8 +36,5 @@ 1.4 1.5 # Clean unwated files 1.6 cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; 1.7 - 1.8 - # Stripping all 1.9 - find . -name "*.so" -exec strip -s {} \; 1.10 } 1.11