mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Fix some text and add a patch
Change $KDE_PREFIX to /usr for installed directories in plasma-wayland-protocols. Add a set of patches including CVE fixes to audiofile.
This commit is contained in:
parent
6e9d3836ec
commit
68bc1fb047
@ -112,8 +112,8 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>none</seg>
|
||||
<seg>none</seg>
|
||||
<seg>$KF5_PREFIX/share/plasma-wayland-protocols and
|
||||
$KF5_PREFIX/lib/cmake/PlasmaWaylandProtocols</seg>
|
||||
<seg>/usr/share/plasma-wayland-protocols and
|
||||
/usr/lib/cmake/PlasmaWaylandProtocols</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -70,6 +70,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/audiofile-&audiofile-version;-consolidated_patches-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">AudioFile Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -101,8 +111,13 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>CXXFLAGS="${CXXFLAGS:--O2 -g} -std=c++98" \
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
<!-- No longer needed with the patch
|
||||
CXXFLAGS="${CXXFLAGS:- -O2 -g} -std=c++98" -->
|
||||
|
||||
<screen><userinput>patch -Np1 -i audiofile-&audiofile-version;-consolidated_patches-1.patch &&
|
||||
autoreconf -fiv &&
|
||||
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user