mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +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>
|
<seglistitem>
|
||||||
<seg>none</seg>
|
<seg>none</seg>
|
||||||
<seg>none</seg>
|
<seg>none</seg>
|
||||||
<seg>$KF5_PREFIX/share/plasma-wayland-protocols and
|
<seg>/usr/share/plasma-wayland-protocols and
|
||||||
$KF5_PREFIX/lib/cmake/PlasmaWaylandProtocols</seg>
|
/usr/lib/cmake/PlasmaWaylandProtocols</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -70,6 +70,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</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="sect3">AudioFile Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
@ -101,7 +111,12 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>CXXFLAGS="${CXXFLAGS:--O2 -g} -std=c++98" \
|
<!-- 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 &&
|
./configure --prefix=/usr --disable-static &&
|
||||||
|
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user