mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
5bb24bf128
commit
33f67ad914
@ -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 -->
|
||||
|
@ -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>
|
||||
|
@ -104,7 +104,6 @@
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DFREEGLUT_BUILD_DEMOS=OFF \
|
||||
-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
|
||||
|
Loading…
Reference in New Issue
Block a user