CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2020/06/15 18:26:24

Modified files:
        devel/llvm     : Makefile 
Added files:
        devel/llvm/patches: patch-CMakeLists_txt 
                            patch-tools_clang_CMakeLists_txt 
                            patch-tools_lld_CMakeLists_txt 

Log message:
Yet another python2 vs 3 fix: don't pick up libpython2.7.so at configure time

libpython2.7 could be picked up even though the python3 interpreter was
detected and used.  This lead to a funny line in configure output:
-- Found PythonLibs: /usr/local/lib/libpython2.7.so.0.0 (found version "3.7.7")

Let cmake pick a library version that matches the python interpreter
instead of declaring a preference for 2.7.

Build failure reported by naddy@

Reply via email to