Fix Xorg-Server-1.17.1: do not build systemd-logind support.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15606 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-03-04 20:00:03 +00:00
parent 5a87e66d6d
commit 8ddea36ec0
3 changed files with 26 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 3rd, &year;">
<!ENTITY releasedate "March 4th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -43,6 +43,17 @@
</listitem>
-->
<listitem>
<para>March 4th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Fix Xorg-Server-1.17.1: do not build
systemd-logind support.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 3rd, 2015</para>
<itemizedlist>

View File

@ -146,11 +146,12 @@
Install the server by running the following commands:
</para>
<screen><userinput>./configure $XORG_CONFIG \
--with-xkb-output=/var/lib/xkb \
--enable-glamor \
--enable-install-setuid \
--enable-suid-wrapper &amp;&amp;
<screen><userinput>./configure $XORG_CONFIG \
--enable-glamor \
--enable-install-setuid \
--enable-suid-wrapper \
--disable-systemd-logind \
--with-xkb-output=/var/lib/xkb &amp;&amp;
make</userinput></screen>
<para>
@ -194,6 +195,13 @@ EOF</userinput></screen>
legacy driver support on rootless xserver systems.
</para>
<para>
<parameter>--disable-systemd-logind</parameter>: Do not build
systemd-logind support, otherwise, an error (EE), logged in
<filename>/var/log/Xorg.0.log</filename>, occurs when starting the X
server. Systemd is not supported by BLFS.
</para>
<para>
<command>cat &gt;&gt; /etc/sysconfig/createfiles...</command>: This
command creates the <filename class="directory">/tmp/.ICE-unix</filename>