Fossil SCM
Re-add zlib link flags inadvertently removed via the new --disable-sockets flag.
Commit
613834f6e570638f38246ec24231810a20bd40d18d90b5bb40664091dcb6e2da
Parent
d8609e1e06789b8…
1 file changed
+4
-1
M
auto.def
+4
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -447,12 +447,15 @@ | ||
| 447 | 447 | } else { |
| 448 | 448 | if {[info exists ::zlib_lib]} { |
| 449 | 449 | define-append LIBS $::zlib_lib |
| 450 | 450 | } |
| 451 | 451 | } |
| 452 | +} else { | |
| 453 | + if {[info exists ::zlib_lib]} { | |
| 454 | + define-append LIBS $::zlib_lib | |
| 455 | + } | |
| 452 | 456 | } |
| 453 | - | |
| 454 | 457 | |
| 455 | 458 | |
| 456 | 459 | ######################################################################## |
| 457 | 460 | # --with-sqlite=PATH checks for the first it finds of the following... |
| 458 | 461 | # - PATH/sqlite3.c and PATH/sqlite3.h |
| 459 | 462 |
| --- auto.def | |
| +++ auto.def | |
| @@ -447,12 +447,15 @@ | |
| 447 | } else { |
| 448 | if {[info exists ::zlib_lib]} { |
| 449 | define-append LIBS $::zlib_lib |
| 450 | } |
| 451 | } |
| 452 | } |
| 453 | |
| 454 | |
| 455 | |
| 456 | ######################################################################## |
| 457 | # --with-sqlite=PATH checks for the first it finds of the following... |
| 458 | # - PATH/sqlite3.c and PATH/sqlite3.h |
| 459 |
| --- auto.def | |
| +++ auto.def | |
| @@ -447,12 +447,15 @@ | |
| 447 | } else { |
| 448 | if {[info exists ::zlib_lib]} { |
| 449 | define-append LIBS $::zlib_lib |
| 450 | } |
| 451 | } |
| 452 | } else { |
| 453 | if {[info exists ::zlib_lib]} { |
| 454 | define-append LIBS $::zlib_lib |
| 455 | } |
| 456 | } |
| 457 | |
| 458 | |
| 459 | ######################################################################## |
| 460 | # --with-sqlite=PATH checks for the first it finds of the following... |
| 461 | # - PATH/sqlite3.c and PATH/sqlite3.h |
| 462 |