summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl/debian/man-section.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl/debian/man-section.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch b/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
index 21c1d1a4eb..1bd42efc9c 100644
--- a/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
+++ b/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
@@ -1,9 +1,10 @@
1Upstream-Status: Backport [debian] 1Upstream-Status: Backport [debian]
2 2
3Index: openssl-1.0.0c/Makefile.org 3Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
4=================================================================== 4---
5--- openssl-1.0.0c.orig/Makefile.org 2010-12-12 16:11:37.000000000 +0100 5diff -ruN a/Makefile.org b/Makefile.org
6+++ openssl-1.0.0c/Makefile.org 2010-12-12 16:13:28.000000000 +0100 6--- a/Makefile.org 2016-05-04 08:24:51.982013676 +0200
7+++ b/Makefile.org 2016-05-04 08:35:43.581929188 +0200
7@@ -160,7 +160,8 @@ 8@@ -160,7 +160,8 @@
8 MANDIR=/usr/share/man 9 MANDIR=/usr/share/man
9 MAN1=1 10 MAN1=1
@@ -14,21 +15,21 @@ Index: openssl-1.0.0c/Makefile.org
14 HTMLSUFFIX=html 15 HTMLSUFFIX=html
15 HTMLDIR=$(OPENSSLDIR)/html 16 HTMLDIR=$(OPENSSLDIR)/html
16 SHELL=/bin/sh 17 SHELL=/bin/sh
17@@ -651,7 +652,7 @@ 18@@ -650,7 +651,7 @@
18 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ 19 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
19 (cd `$(PERL) util/dirname.pl $$i`; \ 20 (cd `$(PERL) util/dirname.pl $$i`; \
20 sh -c "$$pod2man \ 21 sh -c "$$pod2man \
21- --section=$$sec --center=OpenSSL \ 22- --section=$$sec --center=OpenSSL \
22+ --section=$${sec}$(MANSECTION) --center=OpenSSL \ 23+ --section=$${sec}$(MANSECTION) --center=OpenSSL \
23 --release=$(VERSION) `basename $$i`") \ 24 --release=$(VERSION) `basename $$i`") \
24 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ 25 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
25 $(PERL) util/extract-names.pl < $$i | \ 26 $(PERL) util/extract-names.pl < $$i | \
26@@ -668,7 +669,7 @@ 27@@ -667,7 +668,7 @@
27 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \ 28 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
28 (cd `$(PERL) util/dirname.pl $$i`; \ 29 (cd `$(PERL) util/dirname.pl $$i`; \
29 sh -c "$$pod2man \ 30 sh -c "$$pod2man \
30- --section=$$sec --center=OpenSSL \ 31- --section=$$sec --center=OpenSSL \
31+ --section=$${sec}$(MANSECTION) --center=OpenSSL \ 32+ --section=$${sec}$(MANSECTION) --center=OpenSSL \
32 --release=$(VERSION) `basename $$i`") \ 33 --release=$(VERSION) `basename $$i`") \
33 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ 34 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
34 $(PERL) util/extract-names.pl < $$i | \ 35 $(PERL) util/extract-names.pl < $$i | \