Fossil SCM

Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile.

jan.nijtmans 2020-04-23 13:16 trunk
Commit 3510ca72aff7fa7eaf020f74bbbeec607d30123dca1e98c331c089ad5f32fa39
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -714,11 +714,11 @@
714714
#### The directories where the OpenSSL include and library files are located.
715715
# The recommended usage here is to use the Sysinternals junction tool
716716
# to create a hard link between an "openssl-1.x" sub-directory of the
717717
# Fossil source code directory and the target OpenSSL source directory.
718718
#
719
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
719
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
720720
OPENSSLINCDIR = $(OPENSSLDIR)/include
721721
OPENSSLLIBDIR = $(OPENSSLDIR)
722722
723723
#### Either the directory where the Tcl library is installed or the Tcl
724724
# source code directory resides (depending on the value of the macro
@@ -1571,11 +1571,11 @@
15711571
!ifndef USE_SEE
15721572
USE_SEE = 0
15731573
!endif
15741574
15751575
!if $(FOSSIL_ENABLE_SSL)!=0
1576
-SSLDIR = $(B)\compat\openssl-1.1.1f
1576
+SSLDIR = $(B)\compat\openssl-1.1.1g
15771577
SSLINCDIR = $(SSLDIR)\include
15781578
!if $(FOSSIL_DYNAMIC_BUILD)!=0
15791579
SSLLIBDIR = $(SSLDIR)
15801580
!else
15811581
SSLLIBDIR = $(SSLDIR)
15821582
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -714,11 +714,11 @@
714 #### The directories where the OpenSSL include and library files are located.
715 # The recommended usage here is to use the Sysinternals junction tool
716 # to create a hard link between an "openssl-1.x" sub-directory of the
717 # Fossil source code directory and the target OpenSSL source directory.
718 #
719 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
720 OPENSSLINCDIR = $(OPENSSLDIR)/include
721 OPENSSLLIBDIR = $(OPENSSLDIR)
722
723 #### Either the directory where the Tcl library is installed or the Tcl
724 # source code directory resides (depending on the value of the macro
@@ -1571,11 +1571,11 @@
1571 !ifndef USE_SEE
1572 USE_SEE = 0
1573 !endif
1574
1575 !if $(FOSSIL_ENABLE_SSL)!=0
1576 SSLDIR = $(B)\compat\openssl-1.1.1f
1577 SSLINCDIR = $(SSLDIR)\include
1578 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1579 SSLLIBDIR = $(SSLDIR)
1580 !else
1581 SSLLIBDIR = $(SSLDIR)
1582
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -714,11 +714,11 @@
714 #### The directories where the OpenSSL include and library files are located.
715 # The recommended usage here is to use the Sysinternals junction tool
716 # to create a hard link between an "openssl-1.x" sub-directory of the
717 # Fossil source code directory and the target OpenSSL source directory.
718 #
719 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
720 OPENSSLINCDIR = $(OPENSSLDIR)/include
721 OPENSSLLIBDIR = $(OPENSSLDIR)
722
723 #### Either the directory where the Tcl library is installed or the Tcl
724 # source code directory resides (depending on the value of the macro
@@ -1571,11 +1571,11 @@
1571 !ifndef USE_SEE
1572 USE_SEE = 0
1573 !endif
1574
1575 !if $(FOSSIL_ENABLE_SSL)!=0
1576 SSLDIR = $(B)\compat\openssl-1.1.1g
1577 SSLINCDIR = $(SSLDIR)\include
1578 !if $(FOSSIL_DYNAMIC_BUILD)!=0
1579 SSLLIBDIR = $(SSLDIR)
1580 !else
1581 SSLLIBDIR = $(SSLDIR)
1582
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -174,11 +174,11 @@
174174
#### The directories where the OpenSSL include and library files are located.
175175
# The recommended usage here is to use the Sysinternals junction tool
176176
# to create a hard link between an "openssl-1.x" sub-directory of the
177177
# Fossil source code directory and the target OpenSSL source directory.
178178
#
179
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
180180
OPENSSLINCDIR = $(OPENSSLDIR)/include
181181
OPENSSLLIBDIR = $(OPENSSLDIR)
182182
183183
#### Either the directory where the Tcl library is installed or the Tcl
184184
# source code directory resides (depending on the value of the macro
185185
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -174,11 +174,11 @@
174 #### The directories where the OpenSSL include and library files are located.
175 # The recommended usage here is to use the Sysinternals junction tool
176 # to create a hard link between an "openssl-1.x" sub-directory of the
177 # Fossil source code directory and the target OpenSSL source directory.
178 #
179 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
180 OPENSSLINCDIR = $(OPENSSLDIR)/include
181 OPENSSLLIBDIR = $(OPENSSLDIR)
182
183 #### Either the directory where the Tcl library is installed or the Tcl
184 # source code directory resides (depending on the value of the macro
185
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -174,11 +174,11 @@
174 #### The directories where the OpenSSL include and library files are located.
175 # The recommended usage here is to use the Sysinternals junction tool
176 # to create a hard link between an "openssl-1.x" sub-directory of the
177 # Fossil source code directory and the target OpenSSL source directory.
178 #
179 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
180 OPENSSLINCDIR = $(OPENSSLDIR)/include
181 OPENSSLLIBDIR = $(OPENSSLDIR)
182
183 #### Either the directory where the Tcl library is installed or the Tcl
184 # source code directory resides (depending on the value of the macro
185
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -174,11 +174,11 @@
174174
#### The directories where the OpenSSL include and library files are located.
175175
# The recommended usage here is to use the Sysinternals junction tool
176176
# to create a hard link between an "openssl-1.x" sub-directory of the
177177
# Fossil source code directory and the target OpenSSL source directory.
178178
#
179
-OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
179
+OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
180180
OPENSSLINCDIR = $(OPENSSLDIR)/include
181181
OPENSSLLIBDIR = $(OPENSSLDIR)
182182
183183
#### Either the directory where the Tcl library is installed or the Tcl
184184
# source code directory resides (depending on the value of the macro
@@ -440,10 +440,11 @@
440440
SRC = \
441441
$(SRCDIR)/add.c \
442442
$(SRCDIR)/alerts.c \
443443
$(SRCDIR)/allrepo.c \
444444
$(SRCDIR)/attach.c \
445
+ $(SRCDIR)/backlink.c \
445446
$(SRCDIR)/backoffice.c \
446447
$(SRCDIR)/bag.c \
447448
$(SRCDIR)/bisect.c \
448449
$(SRCDIR)/blob.c \
449450
$(SRCDIR)/branch.c \
@@ -633,10 +634,11 @@
633634
$(SRCDIR)/../skins/rounded1/header.txt \
634635
$(SRCDIR)/../skins/xekri/css.txt \
635636
$(SRCDIR)/../skins/xekri/details.txt \
636637
$(SRCDIR)/../skins/xekri/footer.txt \
637638
$(SRCDIR)/../skins/xekri/header.txt \
639
+ $(SRCDIR)/accordion.js \
638640
$(SRCDIR)/ci_edit.js \
639641
$(SRCDIR)/copybtn.js \
640642
$(SRCDIR)/diff.tcl \
641643
$(SRCDIR)/forum.js \
642644
$(SRCDIR)/graph.js \
@@ -671,10 +673,11 @@
671673
TRANS_SRC = \
672674
$(OBJDIR)/add_.c \
673675
$(OBJDIR)/alerts_.c \
674676
$(OBJDIR)/allrepo_.c \
675677
$(OBJDIR)/attach_.c \
678
+ $(OBJDIR)/backlink_.c \
676679
$(OBJDIR)/backoffice_.c \
677680
$(OBJDIR)/bag_.c \
678681
$(OBJDIR)/bisect_.c \
679682
$(OBJDIR)/blob_.c \
680683
$(OBJDIR)/branch_.c \
@@ -812,10 +815,11 @@
812815
OBJ = \
813816
$(OBJDIR)/add.o \
814817
$(OBJDIR)/alerts.o \
815818
$(OBJDIR)/allrepo.o \
816819
$(OBJDIR)/attach.o \
820
+ $(OBJDIR)/backlink.o \
817821
$(OBJDIR)/backoffice.o \
818822
$(OBJDIR)/bag.o \
819823
$(OBJDIR)/bisect.o \
820824
$(OBJDIR)/blob.o \
821825
$(OBJDIR)/branch.o \
@@ -1173,10 +1177,11 @@
11731177
$(OBJDIR)/headers: $(OBJDIR)/page_index.h $(OBJDIR)/builtin_data.h $(OBJDIR)/default_css.h $(MAKEHEADERS) $(OBJDIR)/VERSION.h
11741178
$(MAKEHEADERS) $(OBJDIR)/add_.c:$(OBJDIR)/add.h \
11751179
$(OBJDIR)/alerts_.c:$(OBJDIR)/alerts.h \
11761180
$(OBJDIR)/allrepo_.c:$(OBJDIR)/allrepo.h \
11771181
$(OBJDIR)/attach_.c:$(OBJDIR)/attach.h \
1182
+ $(OBJDIR)/backlink_.c:$(OBJDIR)/backlink.h \
11781183
$(OBJDIR)/backoffice_.c:$(OBJDIR)/backoffice.h \
11791184
$(OBJDIR)/bag_.c:$(OBJDIR)/bag.h \
11801185
$(OBJDIR)/bisect_.c:$(OBJDIR)/bisect.h \
11811186
$(OBJDIR)/blob_.c:$(OBJDIR)/blob.h \
11821187
$(OBJDIR)/branch_.c:$(OBJDIR)/branch.h \
@@ -1348,10 +1353,18 @@
13481353
13491354
$(OBJDIR)/attach.o: $(OBJDIR)/attach_.c $(OBJDIR)/attach.h $(SRCDIR)/config.h
13501355
$(XTCC) -o $(OBJDIR)/attach.o -c $(OBJDIR)/attach_.c
13511356
13521357
$(OBJDIR)/attach.h: $(OBJDIR)/headers
1358
+
1359
+$(OBJDIR)/backlink_.c: $(SRCDIR)/backlink.c $(TRANSLATE)
1360
+ $(TRANSLATE) $(SRCDIR)/backlink.c >$@
1361
+
1362
+$(OBJDIR)/backlink.o: $(OBJDIR)/backlink_.c $(OBJDIR)/backlink.h $(SRCDIR)/config.h
1363
+ $(XTCC) -o $(OBJDIR)/backlink.o -c $(OBJDIR)/backlink_.c
1364
+
1365
+$(OBJDIR)/backlink.h: $(OBJDIR)/headers
13531366
13541367
$(OBJDIR)/backoffice_.c: $(SRCDIR)/backoffice.c $(TRANSLATE)
13551368
$(TRANSLATE) $(SRCDIR)/backoffice.c >$@
13561369
13571370
$(OBJDIR)/backoffice.o: $(OBJDIR)/backoffice_.c $(OBJDIR)/backoffice.h $(SRCDIR)/config.h
13581371
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -174,11 +174,11 @@
174 #### The directories where the OpenSSL include and library files are located.
175 # The recommended usage here is to use the Sysinternals junction tool
176 # to create a hard link between an "openssl-1.x" sub-directory of the
177 # Fossil source code directory and the target OpenSSL source directory.
178 #
179 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1f
180 OPENSSLINCDIR = $(OPENSSLDIR)/include
181 OPENSSLLIBDIR = $(OPENSSLDIR)
182
183 #### Either the directory where the Tcl library is installed or the Tcl
184 # source code directory resides (depending on the value of the macro
@@ -440,10 +440,11 @@
440 SRC = \
441 $(SRCDIR)/add.c \
442 $(SRCDIR)/alerts.c \
443 $(SRCDIR)/allrepo.c \
444 $(SRCDIR)/attach.c \
 
445 $(SRCDIR)/backoffice.c \
446 $(SRCDIR)/bag.c \
447 $(SRCDIR)/bisect.c \
448 $(SRCDIR)/blob.c \
449 $(SRCDIR)/branch.c \
@@ -633,10 +634,11 @@
633 $(SRCDIR)/../skins/rounded1/header.txt \
634 $(SRCDIR)/../skins/xekri/css.txt \
635 $(SRCDIR)/../skins/xekri/details.txt \
636 $(SRCDIR)/../skins/xekri/footer.txt \
637 $(SRCDIR)/../skins/xekri/header.txt \
 
638 $(SRCDIR)/ci_edit.js \
639 $(SRCDIR)/copybtn.js \
640 $(SRCDIR)/diff.tcl \
641 $(SRCDIR)/forum.js \
642 $(SRCDIR)/graph.js \
@@ -671,10 +673,11 @@
671 TRANS_SRC = \
672 $(OBJDIR)/add_.c \
673 $(OBJDIR)/alerts_.c \
674 $(OBJDIR)/allrepo_.c \
675 $(OBJDIR)/attach_.c \
 
676 $(OBJDIR)/backoffice_.c \
677 $(OBJDIR)/bag_.c \
678 $(OBJDIR)/bisect_.c \
679 $(OBJDIR)/blob_.c \
680 $(OBJDIR)/branch_.c \
@@ -812,10 +815,11 @@
812 OBJ = \
813 $(OBJDIR)/add.o \
814 $(OBJDIR)/alerts.o \
815 $(OBJDIR)/allrepo.o \
816 $(OBJDIR)/attach.o \
 
817 $(OBJDIR)/backoffice.o \
818 $(OBJDIR)/bag.o \
819 $(OBJDIR)/bisect.o \
820 $(OBJDIR)/blob.o \
821 $(OBJDIR)/branch.o \
@@ -1173,10 +1177,11 @@
1173 $(OBJDIR)/headers: $(OBJDIR)/page_index.h $(OBJDIR)/builtin_data.h $(OBJDIR)/default_css.h $(MAKEHEADERS) $(OBJDIR)/VERSION.h
1174 $(MAKEHEADERS) $(OBJDIR)/add_.c:$(OBJDIR)/add.h \
1175 $(OBJDIR)/alerts_.c:$(OBJDIR)/alerts.h \
1176 $(OBJDIR)/allrepo_.c:$(OBJDIR)/allrepo.h \
1177 $(OBJDIR)/attach_.c:$(OBJDIR)/attach.h \
 
1178 $(OBJDIR)/backoffice_.c:$(OBJDIR)/backoffice.h \
1179 $(OBJDIR)/bag_.c:$(OBJDIR)/bag.h \
1180 $(OBJDIR)/bisect_.c:$(OBJDIR)/bisect.h \
1181 $(OBJDIR)/blob_.c:$(OBJDIR)/blob.h \
1182 $(OBJDIR)/branch_.c:$(OBJDIR)/branch.h \
@@ -1348,10 +1353,18 @@
1348
1349 $(OBJDIR)/attach.o: $(OBJDIR)/attach_.c $(OBJDIR)/attach.h $(SRCDIR)/config.h
1350 $(XTCC) -o $(OBJDIR)/attach.o -c $(OBJDIR)/attach_.c
1351
1352 $(OBJDIR)/attach.h: $(OBJDIR)/headers
 
 
 
 
 
 
 
 
1353
1354 $(OBJDIR)/backoffice_.c: $(SRCDIR)/backoffice.c $(TRANSLATE)
1355 $(TRANSLATE) $(SRCDIR)/backoffice.c >$@
1356
1357 $(OBJDIR)/backoffice.o: $(OBJDIR)/backoffice_.c $(OBJDIR)/backoffice.h $(SRCDIR)/config.h
1358
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -174,11 +174,11 @@
174 #### The directories where the OpenSSL include and library files are located.
175 # The recommended usage here is to use the Sysinternals junction tool
176 # to create a hard link between an "openssl-1.x" sub-directory of the
177 # Fossil source code directory and the target OpenSSL source directory.
178 #
179 OPENSSLDIR = $(SRCDIR)/../compat/openssl-1.1.1g
180 OPENSSLINCDIR = $(OPENSSLDIR)/include
181 OPENSSLLIBDIR = $(OPENSSLDIR)
182
183 #### Either the directory where the Tcl library is installed or the Tcl
184 # source code directory resides (depending on the value of the macro
@@ -440,10 +440,11 @@
440 SRC = \
441 $(SRCDIR)/add.c \
442 $(SRCDIR)/alerts.c \
443 $(SRCDIR)/allrepo.c \
444 $(SRCDIR)/attach.c \
445 $(SRCDIR)/backlink.c \
446 $(SRCDIR)/backoffice.c \
447 $(SRCDIR)/bag.c \
448 $(SRCDIR)/bisect.c \
449 $(SRCDIR)/blob.c \
450 $(SRCDIR)/branch.c \
@@ -633,10 +634,11 @@
634 $(SRCDIR)/../skins/rounded1/header.txt \
635 $(SRCDIR)/../skins/xekri/css.txt \
636 $(SRCDIR)/../skins/xekri/details.txt \
637 $(SRCDIR)/../skins/xekri/footer.txt \
638 $(SRCDIR)/../skins/xekri/header.txt \
639 $(SRCDIR)/accordion.js \
640 $(SRCDIR)/ci_edit.js \
641 $(SRCDIR)/copybtn.js \
642 $(SRCDIR)/diff.tcl \
643 $(SRCDIR)/forum.js \
644 $(SRCDIR)/graph.js \
@@ -671,10 +673,11 @@
673 TRANS_SRC = \
674 $(OBJDIR)/add_.c \
675 $(OBJDIR)/alerts_.c \
676 $(OBJDIR)/allrepo_.c \
677 $(OBJDIR)/attach_.c \
678 $(OBJDIR)/backlink_.c \
679 $(OBJDIR)/backoffice_.c \
680 $(OBJDIR)/bag_.c \
681 $(OBJDIR)/bisect_.c \
682 $(OBJDIR)/blob_.c \
683 $(OBJDIR)/branch_.c \
@@ -812,10 +815,11 @@
815 OBJ = \
816 $(OBJDIR)/add.o \
817 $(OBJDIR)/alerts.o \
818 $(OBJDIR)/allrepo.o \
819 $(OBJDIR)/attach.o \
820 $(OBJDIR)/backlink.o \
821 $(OBJDIR)/backoffice.o \
822 $(OBJDIR)/bag.o \
823 $(OBJDIR)/bisect.o \
824 $(OBJDIR)/blob.o \
825 $(OBJDIR)/branch.o \
@@ -1173,10 +1177,11 @@
1177 $(OBJDIR)/headers: $(OBJDIR)/page_index.h $(OBJDIR)/builtin_data.h $(OBJDIR)/default_css.h $(MAKEHEADERS) $(OBJDIR)/VERSION.h
1178 $(MAKEHEADERS) $(OBJDIR)/add_.c:$(OBJDIR)/add.h \
1179 $(OBJDIR)/alerts_.c:$(OBJDIR)/alerts.h \
1180 $(OBJDIR)/allrepo_.c:$(OBJDIR)/allrepo.h \
1181 $(OBJDIR)/attach_.c:$(OBJDIR)/attach.h \
1182 $(OBJDIR)/backlink_.c:$(OBJDIR)/backlink.h \
1183 $(OBJDIR)/backoffice_.c:$(OBJDIR)/backoffice.h \
1184 $(OBJDIR)/bag_.c:$(OBJDIR)/bag.h \
1185 $(OBJDIR)/bisect_.c:$(OBJDIR)/bisect.h \
1186 $(OBJDIR)/blob_.c:$(OBJDIR)/blob.h \
1187 $(OBJDIR)/branch_.c:$(OBJDIR)/branch.h \
@@ -1348,10 +1353,18 @@
1353
1354 $(OBJDIR)/attach.o: $(OBJDIR)/attach_.c $(OBJDIR)/attach.h $(SRCDIR)/config.h
1355 $(XTCC) -o $(OBJDIR)/attach.o -c $(OBJDIR)/attach_.c
1356
1357 $(OBJDIR)/attach.h: $(OBJDIR)/headers
1358
1359 $(OBJDIR)/backlink_.c: $(SRCDIR)/backlink.c $(TRANSLATE)
1360 $(TRANSLATE) $(SRCDIR)/backlink.c >$@
1361
1362 $(OBJDIR)/backlink.o: $(OBJDIR)/backlink_.c $(OBJDIR)/backlink.h $(SRCDIR)/config.h
1363 $(XTCC) -o $(OBJDIR)/backlink.o -c $(OBJDIR)/backlink_.c
1364
1365 $(OBJDIR)/backlink.h: $(OBJDIR)/headers
1366
1367 $(OBJDIR)/backoffice_.c: $(SRCDIR)/backoffice.c $(TRANSLATE)
1368 $(TRANSLATE) $(SRCDIR)/backoffice.c >$@
1369
1370 $(OBJDIR)/backoffice.o: $(OBJDIR)/backoffice_.c $(OBJDIR)/backoffice.h $(SRCDIR)/config.h
1371
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -98,11 +98,11 @@
9898
!ifndef USE_SEE
9999
USE_SEE = 0
100100
!endif
101101
102102
!if $(FOSSIL_ENABLE_SSL)!=0
103
-SSLDIR = $(B)\compat\openssl-1.1.1f
103
+SSLDIR = $(B)\compat\openssl-1.1.1g
104104
SSLINCDIR = $(SSLDIR)\include
105105
!if $(FOSSIL_DYNAMIC_BUILD)!=0
106106
SSLLIBDIR = $(SSLDIR)
107107
!else
108108
SSLLIBDIR = $(SSLDIR)
109109
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -98,11 +98,11 @@
98 !ifndef USE_SEE
99 USE_SEE = 0
100 !endif
101
102 !if $(FOSSIL_ENABLE_SSL)!=0
103 SSLDIR = $(B)\compat\openssl-1.1.1f
104 SSLINCDIR = $(SSLDIR)\include
105 !if $(FOSSIL_DYNAMIC_BUILD)!=0
106 SSLLIBDIR = $(SSLDIR)
107 !else
108 SSLLIBDIR = $(SSLDIR)
109
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -98,11 +98,11 @@
98 !ifndef USE_SEE
99 USE_SEE = 0
100 !endif
101
102 !if $(FOSSIL_ENABLE_SSL)!=0
103 SSLDIR = $(B)\compat\openssl-1.1.1g
104 SSLINCDIR = $(SSLDIR)\include
105 !if $(FOSSIL_DYNAMIC_BUILD)!=0
106 SSLLIBDIR = $(SSLDIR)
107 !else
108 SSLLIBDIR = $(SSLDIR)
109
+1 -1
--- www/build.wiki
+++ www/build.wiki
@@ -161,11 +161,11 @@
161161
the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
162162
first <a href="https://www.openssl.org/source/">download the official
163163
source code for OpenSSL</a> and extract it to an appropriately named
164164
"<b>openssl-X.Y.ZA</b>" subdirectory within the local
165165
[/tree?ci=trunk&name=compat | compat] directory (e.g.
166
-"<b>compat/openssl-1.1.1f</b>"), then make sure that some recent
166
+"<b>compat/openssl-1.1.1g</b>"), then make sure that some recent
167167
<a href="http://www.perl.org/">Perl</a> binaries are installed locally,
168168
and finally run one of the following commands:
169169
<blockquote><pre>
170170
nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
171171
</pre></blockquote>
172172
--- www/build.wiki
+++ www/build.wiki
@@ -161,11 +161,11 @@
161 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
162 first <a href="https://www.openssl.org/source/">download the official
163 source code for OpenSSL</a> and extract it to an appropriately named
164 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
165 [/tree?ci=trunk&name=compat | compat] directory (e.g.
166 "<b>compat/openssl-1.1.1f</b>"), then make sure that some recent
167 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
168 and finally run one of the following commands:
169 <blockquote><pre>
170 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
171 </pre></blockquote>
172
--- www/build.wiki
+++ www/build.wiki
@@ -161,11 +161,11 @@
161 the optional <a href="https://www.openssl.org/">OpenSSL</a> support,
162 first <a href="https://www.openssl.org/source/">download the official
163 source code for OpenSSL</a> and extract it to an appropriately named
164 "<b>openssl-X.Y.ZA</b>" subdirectory within the local
165 [/tree?ci=trunk&name=compat | compat] directory (e.g.
166 "<b>compat/openssl-1.1.1g</b>"), then make sure that some recent
167 <a href="http://www.perl.org/">Perl</a> binaries are installed locally,
168 and finally run one of the following commands:
169 <blockquote><pre>
170 nmake /f Makefile.msc FOSSIL_ENABLE_SSL=1 FOSSIL_BUILD_SSL=1 PERLDIR=C:\full\path\to\Perl\bin
171 </pre></blockquote>
172

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button