pam_login: Really apply `sys-stat-h.patch'.

svn path=/nixpkgs/trunk/; revision=21402
This commit is contained in:
Ludovic Courtès 2010-04-28 12:37:06 +00:00
parent 689914a5b2
commit 0df57866a6

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation {
# To overcome a gcc 4.4 warning:
# "#ident is a deprecated GCC extension"
patchPhase = ''
postPatch = ''
sed -i s/-Werror// configure
'';