fd2893
diff -up openssl-1.0.0/Makefile.org.timezone openssl-1.0.0/Makefile.org
fd2893
--- openssl-1.0.0/Makefile.org.timezone	2010-03-30 11:08:40.000000000 +0200
fd2893
+++ openssl-1.0.0/Makefile.org	2010-04-06 12:49:21.000000000 +0200
fd2893
@@ -609,7 +609,7 @@ install_docs:
fd2893
 		sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
fd2893
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
fd2893
 		(cd `$(PERL) util/dirname.pl $$i`; \
fd2893
-		sh -c "$$pod2man \
fd2893
+		sh -c "TZ=UTC $$pod2man \
fd2893
 			--section=$$sec --center=OpenSSL \
fd2893
 			--release=$(VERSION) `basename $$i`") \
fd2893
 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
fd2893
@@ -626,7 +626,7 @@ install_docs:
fd2893
 		sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
fd2893
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
fd2893
 		(cd `$(PERL) util/dirname.pl $$i`; \
fd2893
-		sh -c "$$pod2man \
fd2893
+		sh -c "TZ=UTC $$pod2man \
fd2893
 			--section=$$sec --center=OpenSSL \
fd2893
 			--release=$(VERSION) `basename $$i`") \
fd2893
 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \