Changeset 438850e for server


Ignore:
Timestamp:
01/25/2015 11:54:40 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
24b17d76
Parents:
646a42e
Message:

Separated 'Changelog' entries for Lua-5.3.0 update and
required fixes for some packages.
Vim-7.4, Apache-2.4.10, VLC-2.1.5 and Nmap-6.47: format and text changes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r646a42e r438850e  
    134134    </para>
    135135
    136 <screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
    137 
    138 sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c &amp;&amp;
    139 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
     136<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch           &amp;&amp;
     137
     138sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c  &amp;&amp;
     139sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in            &amp;&amp;
    140140
    141141./configure --enable-authnz-fcgi                            \
     
    177177
    178178    <para>
    179       <command>sed -i ... modules/lua/mod_lua.c</command>: This command fixes
    180       building with lua-5.3.0.
     179      <command>sed -i ... modules/lua/mod_lua.c</command>: This sed fixes
     180      compilation with <application>lua</application> 5.3.
    181181    </para>
    182182
Note: See TracChangeset for help on using the changeset viewer.