Ticket Change Details
Not logged in
Overview

Artifact ID: 1653e31d85441a49a1b61fe4b494ac64fb23655b
Ticket: c68457bff8b1869f4853b530a1d1647fea8c24a1
Link order of SSL libraries
User & Date: anonymous 2010-02-13 16:42:32
Changes

  1. 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
    
  2. foundin changed to: "95ae79d504"
  3. private_contact changed to: "76518fb407f147a1d053c00b5b993281a339c0e3"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "Link order of SSL libraries"
  7. type changed to: "Build_Problem"