Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2016 22:20:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210418] devel/qmake5: qmake adds -L/usr/local/lib ahead of LIBS causing build to use the old versions of libraries
Message-ID:  <bug-210418-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210418

            Bug ID: 210418
           Summary: devel/qmake5: qmake adds -L/usr/local/lib ahead of
                    LIBS causing build to use the old versions of
                    libraries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: yuri@rawbw.com
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

I am looking at the databases/sqlitestudio port.

In this makefile
/usr/ports/databases/sqlitestudio/work/SQLiteStudio3/guiSQLiteStudio/Makefi=
le
qmake always adds -L/usr/local/lib in front, so LIBS looks like this:

> LIBS          =3D $(SUBLIBS) -L/usr/local/lib -L/usr/ports/databases/sqli=
testudio/work/SQLiteStudio3/../output/SQLiteStudio -lcoreSQLiteStudio -lQt5=
UiTools -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL

This causes the build to first look at the pre-installed libraries, which is
completely wrong.

I suspect this is a general problem for all Qt5-based ports that use intern=
al
shared libraries.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210418-13>