Fossil SCM
Update the build instructions for Mac OS 10.2.
Commit
481741f3f53519c0e44b50b76999ff47d119fe0f
Parent
2ddb51c08f91216…
1 file changed
+1
+1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -156,10 +156,11 @@ | ||
| 156 | 156 | <li><p> |
| 157 | 157 | To build on older Macs (circa 2002, MacOS 10.2) edit the Makefile |
| 158 | 158 | generated by configure to add the following lines: |
| 159 | 159 | <blockquote><pre> |
| 160 | 160 | TCC += -DSQLITE_WITHOUT_ZONEMALLOC |
| 161 | + TCC += -D_BSD_SOURCE | |
| 161 | 162 | TCC += -DWITHOUT_ICONV |
| 162 | 163 | TCC += -Dsocketlen_t=int |
| 163 | 164 | TCC += -DSQLITE_MAX_MMAP_SIZE=0 |
| 164 | 165 | </pre></blockquote> |
| 165 | 166 | </ul> |
| 166 | 167 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -156,10 +156,11 @@ | |
| 156 | <li><p> |
| 157 | To build on older Macs (circa 2002, MacOS 10.2) edit the Makefile |
| 158 | generated by configure to add the following lines: |
| 159 | <blockquote><pre> |
| 160 | TCC += -DSQLITE_WITHOUT_ZONEMALLOC |
| 161 | TCC += -DWITHOUT_ICONV |
| 162 | TCC += -Dsocketlen_t=int |
| 163 | TCC += -DSQLITE_MAX_MMAP_SIZE=0 |
| 164 | </pre></blockquote> |
| 165 | </ul> |
| 166 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -156,10 +156,11 @@ | |
| 156 | <li><p> |
| 157 | To build on older Macs (circa 2002, MacOS 10.2) edit the Makefile |
| 158 | generated by configure to add the following lines: |
| 159 | <blockquote><pre> |
| 160 | TCC += -DSQLITE_WITHOUT_ZONEMALLOC |
| 161 | TCC += -D_BSD_SOURCE |
| 162 | TCC += -DWITHOUT_ICONV |
| 163 | TCC += -Dsocketlen_t=int |
| 164 | TCC += -DSQLITE_MAX_MMAP_SIZE=0 |
| 165 | </pre></blockquote> |
| 166 | </ul> |
| 167 |