Fossil SCM
The build docks on ./configure --static now references the section later in the doc on Docker, since you may need to use this indirection to get --static to produce something suitable.
Commit
7bfd741355e24e61bf408fd779856bcd23e77b8942e49dd2763dcace3d4f360e
Parent
77d603c6a194a89…
1 file changed
+2
-1
+2
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -112,11 +112,12 @@ | ||
| 112 | 112 | <p>For more advanced use cases, see the [./ssl.wiki#openssl-bin|OpenSSL |
| 113 | 113 | discussion in the "TLS and Fossil" document].</p> |
| 114 | 114 | |
| 115 | 115 | <li><p> |
| 116 | 116 | To build a statically linked binary (suitable for use inside a chroot |
| 117 | -jail) add the <b>--static</b> option. | |
| 117 | +jail) add the <b>--static</b> option. (See the [#docker | Docker section | |
| 118 | +below].) | |
| 118 | 119 | |
| 119 | 120 | <li><p> |
| 120 | 121 | To enable the native [./th1.md#tclEval | Tcl integration feature] feature, |
| 121 | 122 | add the <b>--with-tcl=1</b> and <b>--with-tcl-private-stubs=1</b> options. |
| 122 | 123 | |
| 123 | 124 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -112,11 +112,12 @@ | |
| 112 | <p>For more advanced use cases, see the [./ssl.wiki#openssl-bin|OpenSSL |
| 113 | discussion in the "TLS and Fossil" document].</p> |
| 114 | |
| 115 | <li><p> |
| 116 | To build a statically linked binary (suitable for use inside a chroot |
| 117 | jail) add the <b>--static</b> option. |
| 118 | |
| 119 | <li><p> |
| 120 | To enable the native [./th1.md#tclEval | Tcl integration feature] feature, |
| 121 | add the <b>--with-tcl=1</b> and <b>--with-tcl-private-stubs=1</b> options. |
| 122 | |
| 123 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -112,11 +112,12 @@ | |
| 112 | <p>For more advanced use cases, see the [./ssl.wiki#openssl-bin|OpenSSL |
| 113 | discussion in the "TLS and Fossil" document].</p> |
| 114 | |
| 115 | <li><p> |
| 116 | To build a statically linked binary (suitable for use inside a chroot |
| 117 | jail) add the <b>--static</b> option. (See the [#docker | Docker section |
| 118 | below].) |
| 119 | |
| 120 | <li><p> |
| 121 | To enable the native [./th1.md#tclEval | Tcl integration feature] feature, |
| 122 | add the <b>--with-tcl=1</b> and <b>--with-tcl-private-stubs=1</b> options. |
| 123 | |
| 124 |