mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Removed unneeded rpc patch and libtirpc dependency from kde-runtime.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12970 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5bdbe45833
commit
49a01170a6
@ -56,20 +56,11 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/kde-runtime-&kde-version;-rpc_fix-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="kdelibs"/> and
|
||||
<xref linkend="libtirpc"/>
|
||||
<xref linkend="kdelibs"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -108,14 +99,12 @@
|
||||
<para>Install <application>kde-runtime</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../kde-runtime-&kde-version;-rpc_fix-1.patch &&
|
||||
|
||||
mkdir build &&
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
|
||||
-Wno-dev .. &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user