Changeset 4937ede


Ignore:
Timestamp:
08/18/2022 05:03:46 PM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
5106927
Parents:
92969acf
Message:

libxml2: add --sysconfdir=/etc

Since 2.10.0, it accesses the catalog at $(sysconfdir)/xml/catalog.
The default sysconfdir is $(prefix)/etc, and /usr/etc/xml/catalog is
absolutely wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r92969acf r4937ede  
    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            --with-python=/usr/bin/python3 \
    130131            --docdir=/usr/share/doc/libxml2-&libxml2-version; &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.