Changeset c2f825a
- Timestamp:
- 09/17/2024 05:50:09 AM (4 weeks ago)
- Branches:
- lazarus, trunk
- Children:
- 144cfb1
- Parents:
- 1722fa1
- git-author:
- Xi Ruoyao <xry111@…> (09/17/2024 05:48:01 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/17/2024 05:50:09 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libarchive.xml
r1722fa1 rc2f825a 80 80 <bridgehead renderas="sect3">libarchive Dependencies</bridgehead> 81 81 82 <bridgehead renderas="sect4">Recommended</bridgehead>83 <para role="recommended">84 <xref linkend="libxml2"/>85 </para>86 87 82 <bridgehead renderas="sect4">Optional</bridgehead> 88 83 <para role="optional"> 84 <xref linkend="libxml2"/>, 89 85 <xref linkend="lzo"/>, 90 86 <xref linkend="nettle"/>, and … … 101 97 </para> 102 98 103 <screen><userinput>./configure --prefix=/usr --disable-static --without-expat&&99 <screen><userinput>./configure --prefix=/usr --disable-static && 104 100 make</userinput></screen> 105 101 … … 122 118 href="../../xincludes/static-libraries.xml"/> 123 119 124 <!-- https://github.com/libarchive/libarchive/issues/2146 --> 125 <para> 126 <parameter>--without-expat</parameter>: This switch disables using 127 expat for xar format support. Due to a bug the xar reader will loop 128 infinitely if expat is used. The upstream prefers libxml2 for xar 129 support anyway. 130 </para> 131 <!-- 132 <para> 133 <option>- -without-xml2</option>: This switch sets expat for xar archive 120 <para> 121 <option>--without-xml2</option>: This switch sets expat for xar archive 134 122 format support instead of preferred libxml2 if both packages are installed. 135 123 </para> 136 --> 124 137 125 <para> 138 126 <option>--without-nettle</option>: This switch sets OpenSSL for crypto
Note:
See TracChangeset
for help on using the changeset viewer.