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

From trunk@21402

svn path=/nixpkgs/branches/mass-update-01/; revision=21493
This commit is contained in:
Yury G. Kudryashov
2010-05-01 16:10:38 +00:00
parent d428597769
commit 4ef1cf03e0

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
'';