Changeset 87cb59d6
- Timestamp:
- 06/20/2018 01:13:12 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 539d7c54
- Parents:
- ba0ff42b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/logrotate.xml
rba0ff42b r87cb59d6 103 103 <screen><userinput>sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test && 104 104 105 ./configure --prefix=/usr && 105 sed 's/-Werror//' Makefile.am && 106 ./autogen.sh && 107 ./configure --prefix=/usr && 106 108 make</userinput></screen> 107 109 … … 124 126 <command>sed ... test/test</command>: Prevents the tests from 125 127 failing due to a problem in the test script. 128 </para> 129 130 <para> 131 <command>ed 's/-Werror//' Makefile.am</command>: Prevents the compiler 132 stopping with an error when a warning is issued, since newer versions of 133 GCC have introduced a lot more warnings, which are triggered by the code. 126 134 </para> 127 135 -
introduction/welcome/changelog.xml
rba0ff42b r87cb59d6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Remove -Werror from logrotate, again. Fixes 49 <ulink url="&blfs-ticket-root;10879">#10879</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Replace QupZilla by Falkon-3.0.1. Fixes 49 53 <ulink url="&blfs-ticket-root;10437">#10437</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.