Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15898

Don't link the sqlite lib against libdl on FreeBSD

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.0.0
    • Qt Creator 3.6.1
    • Building Qt Creator
    • None
    • FreeBSD 10.1

    Description

      src/libs/sqlite/sqlite-lib.pri

      contains linking against libdl on unix:

      unix:!openbsd: LIBS += -ldl

      libdl is also not available on FreeBSD so the line has to be changed to

      unix: !freebsd:!openbsd: LIBS +=-ldl

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            con Eike Ziller
            rnolden Marie Loise Nolden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes