wok diff slim/receipt @ rev 8187

imported patch toolchain/glibc-extra-samba.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents a0fa6235faca
children 0b4cf0d9e1b5
line diff
     1.1 --- a/slim/receipt	Thu Aug 19 20:55:56 2010 +0000
     1.2 +++ b/slim/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -21,6 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1
     1.8  	make &&
     1.9  	make DESTDIR=$src/_pkg install
    1.10  }