mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Reinstate sysconfdir=/etc in libxml2
It had been inadvertently removed
This commit is contained in:
parent
002d2dca47
commit
f050585091
@ -123,9 +123,10 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-history \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--with-history \
|
||||
PYTHON=/usr/bin/python3 \
|
||||
--docdir=/usr/share/doc/libxml2-&libxml2-version; &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user