Fossil SCM
Port the fix from the previous check-in to the makemake Tcl script as well.
Commit
b9447b0ec60ab6050fca75d767757654c3cf2613
Parent
0f62aac02774d89…
1 file changed
+1
-1
+1
-1
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -1324,11 +1324,11 @@ | ||
| 1324 | 1324 | FOSSIL_BUILD_SSL = 0 |
| 1325 | 1325 | !endif |
| 1326 | 1326 | |
| 1327 | 1327 | # Build the included zlib library? |
| 1328 | 1328 | !ifndef FOSSIL_BUILD_ZLIB |
| 1329 | -FOSSIL_BUILD_ZLIB = 0 | |
| 1329 | +FOSSIL_BUILD_ZLIB = 1 | |
| 1330 | 1330 | !endif |
| 1331 | 1331 | |
| 1332 | 1332 | # Link everything except SQLite dynamically? |
| 1333 | 1333 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 1334 | 1334 | FOSSIL_DYNAMIC_BUILD = 0 |
| 1335 | 1335 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1324,11 +1324,11 @@ | |
| 1324 | FOSSIL_BUILD_SSL = 0 |
| 1325 | !endif |
| 1326 | |
| 1327 | # Build the included zlib library? |
| 1328 | !ifndef FOSSIL_BUILD_ZLIB |
| 1329 | FOSSIL_BUILD_ZLIB = 0 |
| 1330 | !endif |
| 1331 | |
| 1332 | # Link everything except SQLite dynamically? |
| 1333 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 1334 | FOSSIL_DYNAMIC_BUILD = 0 |
| 1335 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -1324,11 +1324,11 @@ | |
| 1324 | FOSSIL_BUILD_SSL = 0 |
| 1325 | !endif |
| 1326 | |
| 1327 | # Build the included zlib library? |
| 1328 | !ifndef FOSSIL_BUILD_ZLIB |
| 1329 | FOSSIL_BUILD_ZLIB = 1 |
| 1330 | !endif |
| 1331 | |
| 1332 | # Link everything except SQLite dynamically? |
| 1333 | !ifndef FOSSIL_DYNAMIC_BUILD |
| 1334 | FOSSIL_DYNAMIC_BUILD = 0 |
| 1335 |