Changeset ae30a94 for server


Ignore:
Timestamp:
12/07/2023 03:48:48 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
26f615ac
Parents:
c0d8d48
Message:

Fix apache for libxml-2.12.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    rc0d8d48 rae30a94  
    137137    -i configure  &amp;&amp;
    138138
     139sed -e '/encoding.h/a # include &lt;libxml/xmlstring.h&gt;' \
     140    -i modules/filters/mod_xml2enc.c  &amp;&amp;
     141
    139142./configure --enable-authnz-fcgi                              \
    140143            --enable-layout=BLFS                              \
     
    184187      <application>apxs</application> utility to use absolute pathnames for
    185188      modules, when instructed to do so.
     189    </para>
     190
     191    <para>
     192      <command>sed -e '/HTTPD_ROOT/s ...</command>: Fixes some paths.
     193    </para>
     194
     195    <para>
     196      <command>sed -e '/encoding.h/a ...</command>; Fix building against
     197      libxml-2.12.x.
    186198    </para>
    187199
Note: See TracChangeset for help on using the changeset viewer.