Fossil SCM

Link the SSL and CRYPTO libraries in a different order for FreeBSD. Ticket [c68457bff8b1].

drh 2010-03-07 17:34 trunk
Commit 42a964c585fe40cca2ce12584cc16b9de613640a
1 file changed +1 -1
+1 -1
--- Makefile
+++ Makefile
@@ -46,11 +46,11 @@
4646
# Solaris 10 needs:
4747
# LIB += -lsocket -lnsl
4848
# My assumption is that the Sol10 flags will work for Sol8/9 and possibly 11.
4949
#
5050
# If using FOSSIL_ENABLE_SSL, also enable the following:
51
-LIB += -lcrypto -lssl
51
+LIB += -lssl -lcrypto
5252
5353
#### Tcl shell for use in running the fossil testsuite.
5454
#
5555
TCLSH = tclsh
5656
5757
--- Makefile
+++ Makefile
@@ -46,11 +46,11 @@
46 # Solaris 10 needs:
47 # LIB += -lsocket -lnsl
48 # My assumption is that the Sol10 flags will work for Sol8/9 and possibly 11.
49 #
50 # If using FOSSIL_ENABLE_SSL, also enable the following:
51 LIB += -lcrypto -lssl
52
53 #### Tcl shell for use in running the fossil testsuite.
54 #
55 TCLSH = tclsh
56
57
--- Makefile
+++ Makefile
@@ -46,11 +46,11 @@
46 # Solaris 10 needs:
47 # LIB += -lsocket -lnsl
48 # My assumption is that the Sol10 flags will work for Sol8/9 and possibly 11.
49 #
50 # If using FOSSIL_ENABLE_SSL, also enable the following:
51 LIB += -lssl -lcrypto
52
53 #### Tcl shell for use in running the fossil testsuite.
54 #
55 TCLSH = tclsh
56
57

Keyboard Shortcuts

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