Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2023 19:42:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270121] devel/llvm16: 'llvm-config --libs' doesn't print the path to the LLVM library (same for other devel/llvmN)
Message-ID:  <bug-270121-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 270121
           Summary: devel/llvm16: 'llvm-config --libs' doesn't print the
                    path to the LLVM library (same for other devel/llvmN)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

Current behavior:
> $ /usr/local/llvm16/bin/llvm-config --libs all
> -lLLVM-16


It should be:
> $ /usr/local/llvm16/bin/llvm-config --libs all
> -L/usr/local/llvm16/lib -lLLVM-16


I believe that all devel/llvmN ports suffer from this.

--=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-270121-7788>