linux-headers-2.6.28: Verbosely apply the patch against `unifdef.c'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18692
This commit is contained in:
parent
641101c7fd
commit
83f8715475
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
patch -p1 "${./unifdef-getline.patch}"
|
patch --verbose -p1 "${./unifdef-getline.patch}"
|
||||||
sed -i '/scsi/d' include/Kbuild
|
sed -i '/scsi/d' include/Kbuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user