[Bug 234739] devel/llvm-devel: LLVM_BUILD_LLVM_DYLIB not passed to the build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 8 11:27:03 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234739

            Bug ID: 234739
           Summary: devel/llvm-devel: LLVM_BUILD_LLVM_DYLIB not passed to
                    the build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: tobik at freebsd.org
             Flags: maintainer-feedback?(brooks at FreeBSD.org)
          Assignee: brooks at FreeBSD.org

In devel/llvm-devel the first CMAKE_ARGS is overwritten like this

CMAKE_ARGS=     -DLLVM_BUILD_LLVM_DYLIB=ON                                      
CMAKE_ARGS=     -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON 

so -DLLVM_BUILD_LLVM_DYLIB=ON is never passed to the build.  Currently
llvm-devel does not appear to build a libLLVM.so.  Is this deliberate?

Can the first CMAKE_ARGS be removed or should it be passed through
to the build?

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


More information about the freebsd-ports-bugs mailing list