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

Don't link the sqlite lib against libdl on FreeBSD

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes