Changeset 125a8d3


Ignore:
Timestamp:
01/10/2020 02:56:57 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4158a9b
Parents:
4f09d49
Message:

Fix the version in the explanation for -DLLVM_LINK_LLVM_DYLIB=ON

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22561 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r4f09d49 r125a8d3  
    66
    77  <!ENTITY llvm-url "https://github.com/llvm/llvm-project/releases/download/llvmorg-&llvm-version;">
    8   <!ENTITY llvm-majmin "7.0"> <!-- used in an explanation -->
    98
    109  <!ENTITY llvm-download-http "&llvm-url;/llvm-&llvm-version;.src.tar.xz">
     
    312311      linking the tools against the shared library instead of the static ones.
    313312      It also slightly reduces their size and also ensures that llvm-config
    314       will correctly use libLLVM-&llvm-majmin;.so.
     313      will correctly use libLLVM-&llvm-majmin-version;.so.
    315314    </para>
    316315
  • packages.ent

    r4f09d49 r125a8d3  
    326326<!ENTITY guile-version                "2.2.6">
    327327<!ENTITY librep-version               "0.92.7">
    328 <!ENTITY llvm-version                 "9.0.1">
     328<!ENTITY llvm-majmin-version          "9.0">
     329<!ENTITY llvm-point-version           "1">
     330<!ENTITY llvm-version                 "&llvm-majmin-version;.&llvm-point-version;">
    329331<!ENTITY lua-version                  "5.3.5">
    330332<!ENTITY lua52-version                "5.2.4">
Note: See TracChangeset for help on using the changeset viewer.