]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - openssl/patches/openssl-1.0.0-timezone.patch
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/ipfire-3.x.git] / openssl / patches / openssl-1.0.0-timezone.patch
1 diff -up openssl-1.0.0/Makefile.org.timezone openssl-1.0.0/Makefile.org
2 --- openssl-1.0.0/Makefile.org.timezone 2010-03-30 11:08:40.000000000 +0200
3 +++ openssl-1.0.0/Makefile.org 2010-04-06 12:49:21.000000000 +0200
4 @@ -609,7 +609,7 @@ install_docs:
5 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
6 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
7 (cd `$(PERL) util/dirname.pl $$i`; \
8 - sh -c "$$pod2man \
9 + sh -c "TZ=UTC $$pod2man \
10 --section=$$sec --center=OpenSSL \
11 --release=$(VERSION) `basename $$i`") \
12 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
13 @@ -626,7 +626,7 @@ install_docs:
14 sec=`$(PERL) util/extract-section.pl 3 < $$i`; \
15 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
16 (cd `$(PERL) util/dirname.pl $$i`; \
17 - sh -c "$$pod2man \
18 + sh -c "TZ=UTC $$pod2man \
19 --section=$$sec --center=OpenSSL \
20 --release=$(VERSION) `basename $$i`") \
21 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \