mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fixed MesaLib ticket #2118.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6322 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
17958f9cf4
commit
3a7d9e512e
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "September &day;th, &year;">
|
||||
<!ENTITY releasedate "October &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "stable"> <!-- version|stable|testing|unstable|development] -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 1st, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Fixed an error with output redirection
|
||||
in MesaLib when /bin/sh is not Bash. Fixes ticket #2118.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 30th, 2006</para>
|
||||
<itemizedlist>
|
||||
|
@ -108,6 +108,11 @@
|
||||
sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c &&
|
||||
sed -i 's@lib/modules@lib/X11/modules@' src/mesa/drivers/dri/Makefile.template</userinput></screen>
|
||||
|
||||
<para>Fix an error with output redirection if <command>/bin/sh</command>
|
||||
is not the <application>Bash</application> shell on your system:</para>
|
||||
|
||||
<screen><userinput>sed -i 's%>& /dev/null%>/dev/null%' src/mesa/drivers/dri/Makefile.template</userinput></screen>
|
||||
|
||||
<para>Build <application>MesaLib</application>
|
||||
by running the following command:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user