Changeset f0505850


Ignore:
Timestamp:
08/18/2022 10:13:02 PM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
176c77e0
Parents:
002d2dc
Message:

Reinstate sysconfdir=/etc in libxml2

It had been inadvertently removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r002d2dc rf0505850  
    124124    </para>
    125125
    126 <screen><userinput>./configure --prefix=/usr    \
    127             --disable-static \
    128             --with-history   \
     126<screen><userinput>./configure --prefix=/usr           \
     127            --sysconfdir=/etc       \
     128            --disable-static        \
     129            --with-history          \
    129130            PYTHON=/usr/bin/python3 \
    130131            --docdir=/usr/share/doc/libxml2-&libxml2-version; &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.