[mod_auth_shadow/el5] patch for crypt

Jan Klepek hpejakle at fedoraproject.org
Thu Feb 27 19:46:53 UTC 2014


commit 548071f75b5e4a1e7c8d3fed7134d79cda34fa1a
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Thu Feb 27 20:47:39 2014 +0100

    patch for crypt

 mod_auth_shadow.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mod_auth_shadow.spec b/mod_auth_shadow.spec
index 15a09b4..9ae892e 100644
--- a/mod_auth_shadow.spec
+++ b/mod_auth_shadow.spec
@@ -37,6 +37,8 @@ sed -i 's#/usr/local#/usr#' makefile
 sed -i 's/chown/#chown/' makefile
 sed -i 's/chmod/#chmod/' makefile
 
+%patch0
+
 %build
 gcc -o validate validate.c -lcrypt
 %{_httpd_apxs} -D INSTBINDIR=\\\"%{_sbindir}\\\" -c mod_auth_shadow.c


More information about the scm-commits mailing list