Changeset 547c0eb
- Timestamp:
- 05/14/2020 12:30:36 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5fccdfc
- Parents:
- 6c183b56
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6c183b56 r547c0eb 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 1 3th, &year;">9 <!ENTITY releasedate "May 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r6c183b56 r547c0eb 43 43 --> 44 44 <listitem> 45 <para>May 14th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Fix building menu-cache with GCC-10.</para> 49 </listitem> 50 <listitem> 51 <para>[pierre] - Fix building lxtask with GCC-10.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>May 13th, 2020</para> 46 58 <itemizedlist> -
lxde/apps/lxtask.xml
r6c183b56 r547c0eb 91 91 </para> 92 92 93 <screen><userinput>./configure --prefix=/usr && 93 <screen><userinput>./configure --prefix=/usr \ 94 CFLAGS="$CFLAGS -fcommon" && 94 95 make</userinput></screen> 95 96 -
lxde/desktop/menu-cache.xml
r6c183b56 r547c0eb 98 98 </para> 99 99 100 <screen><userinput>./configure --prefix=/usr \ 101 --disable-static && 100 <screen><userinput>./configure --prefix=/usr \ 101 CFLAGS="$CFLAGS -fcommon" \ 102 --disable-static && 102 103 make</userinput></screen> 103 104
Note:
See TracChangeset
for help on using the changeset viewer.