Changeset 8e87f5c1


Ignore:
Timestamp:
06/11/2017 01:59:07 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
21d13a48
Parents:
e246d20
Message:

Texlive source : fix a luatex problem.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re246d20 r8e87f5c1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Patch texlive-2017 for a luatex issue.  Fixes
     49          <ulink url="&blfs-ticket-root;9347">#9347</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Update to mutt-1.8.3.  Fixes
    4953          <ulink url="&blfs-ticket-root;9329">#9329</ulink>.</para>
  • pst/typesetting/texlive.xml

    re246d20 r8e87f5c1  
    107107        url="&patch-root;/texlive-&texlive-version;-source-gcc7-1.patch"/></para>
    108108      </listitem>
     109      <listitem>
     110        <para>Required patch: <ulink
     111        url="&patch-root;/texlive-&texlive-version;-source-upstream_fixes-1.patch"/></para>
     112      </listitem>
    109113    </itemizedlist>
    110114
     
    170174<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
    171175
    172 patch -Np1 -i ../texlive-&texlive-version;-source-gcc7-1.patch &amp;&amp;
     176patch -Np1 -i ../texlive-&texlive-version;-source-gcc7-1.patch           &amp;&amp;
     177patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch &amp;&amp;
    173178
    174179mkdir texlive-build &amp;&amp;
    175180cd texlive-build    &amp;&amp;
    176181
    177 ../configure                                        \
    178     --prefix=/opt/texlive/&texlive-year;                      \
    179     --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH         \
    180     --datarootdir=/opt/texlive/&texlive-year;                 \
    181     --includedir=/opt/texlive/&texlive-year;/include          \
    182     --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info \
    183     --libdir=/opt/texlive/&texlive-year;/lib                  \
    184     --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man   \
    185     --disable-native-texlive-build                  \
    186     --disable-static --enable-shared                \
    187     --with-system-cairo                             \
    188     --with-system-fontconfig                        \
    189     --with-system-freetype2                         \
    190     --with-system-gmp                               \
    191     --with-system-graphite2                         \
    192     --with-system-harfbuzz                          \
    193     --with-system-icu                               \
    194     --with-system-libgs                             \
    195     --with-system-libpaper                          \
    196     --with-system-libpng                            \
    197     --with-system-mpfr                              \
    198     --with-system-pixman                            \
    199     --with-system-poppler                           \
    200     --with-system-xpdf                              \
    201     --with-system-zlib                              \
     182../configure                                                    \
     183    --prefix=/opt/texlive/&texlive-year;                                  \
     184    --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH                     \
     185    --datarootdir=/opt/texlive/&texlive-year;                             \
     186    --includedir=/opt/texlive/&texlive-year;/include                      \
     187    --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info             \
     188    --libdir=/opt/texlive/&texlive-year;/lib                              \
     189    --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man               \
     190    --disable-native-texlive-build                              \
     191    --disable-static --enable-shared                            \
     192    --with-system-cairo                                         \
     193    --with-system-fontconfig                                    \
     194    --with-system-freetype2                                     \
     195    --with-system-gmp                                           \
     196    --with-system-graphite2                                     \
     197    --with-system-harfbuzz                                      \
     198    --with-system-icu                                           \
     199    --with-system-libgs                                         \
     200    --with-system-libpaper                                      \
     201    --with-system-libpng                                        \
     202    --with-system-mpfr                                          \
     203    --with-system-pixman                                        \
     204    --with-system-poppler                                       \
     205    --with-system-xpdf                                          \
     206    --with-system-zlib                                          \
    202207    --with-banner-add=" - BLFS" &amp;&amp;
    203208
Note: See TracChangeset for help on using the changeset viewer.