Fossil SCM
Link order of SSL libraries
Fixed
c68457bff8b1869…
· opened 16 years, 1 month ago
- Type
- Build_Problem
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Feb. 13, 2010 4:42 p.m.
During the build process of Fossil I've got errors about undefined references. This is on FreeBSD 6.4 with gcc 3.4.6
Changing the order of the SSL libraries in the Makefile from "-lcrypto -lssl" to "-lssl -lcrypto" solved the problem.
-- tsbg