Fossil SCM

Re-add zlib link flags inadvertently removed via the new --disable-sockets flag.

stephan 2022-12-15 16:19 optional-sockets
Commit 613834f6e570638f38246ec24231810a20bd40d18d90b5bb40664091dcb6e2da
1 file changed +4 -1
+4 -1
--- auto.def
+++ auto.def
@@ -447,12 +447,15 @@
447447
} else {
448448
if {[info exists ::zlib_lib]} {
449449
define-append LIBS $::zlib_lib
450450
}
451451
}
452
+} else {
453
+ if {[info exists ::zlib_lib]} {
454
+ define-append LIBS $::zlib_lib
455
+ }
452456
}
453
-
454457
455458
456459
########################################################################
457460
# --with-sqlite=PATH checks for the first it finds of the following...
458461
# - PATH/sqlite3.c and PATH/sqlite3.h
459462
--- 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

Keyboard Shortcuts

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