Overview
Artifact ID: | 1653e31d85441a49a1b61fe4b494ac64fb23655b |
---|---|
Ticket: | c68457bff8b1869f4853b530a1d1647fea8c24a1
Link order of SSL libraries |
User & Date: | anonymous 2010-02-13 16:42:32 |
Changes
- comment changed to:
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
- foundin changed to: "95ae79d504"
- private_contact changed to: "76518fb407f147a1d053c00b5b993281a339c0e3"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Link order of SSL libraries"
- type changed to: "Build_Problem"