Remove unneeded CMAKE_INSTALL_LIBDIR define in freeglut.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18101 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2016-12-27 04:40:54 +00:00
parent 5bb24bf128
commit 33f67ad914
3 changed files with 12 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "December 26th &year;">
<!ENTITY releasedate "December 27th &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

@ -42,6 +42,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>December 27th, 2016</para>
<itemizedlist>
<listitem>
<para>[dj] - Remove unneeded '-DCMAKE_INSTALL_LIBDIR' commands from
Freeglut.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 26th, 2016</para>
<itemizedlist>

View File

@ -104,7 +104,6 @@
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release \
-DFREEGLUT_BUILD_DEMOS=OFF \
-DFREEGLUT_BUILD_STATIC_LIBS=OFF \