Changeset 2b999b7
- Timestamp:
- 08/14/2018 03:10:43 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 96c67a1
- Parents:
- 558d8d9
- Location:
- general
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/vala.xml
r558d8d9 r2b999b7 104 104 <para>The two sed commands and the autoreconf command below are required 105 105 if the optional dependency <xref linkend="graphviz"/> is not installed. 106 This will allow building the valadoc pr gram and libraries that can be used107 to generate API documentation in HTML format from Vala source code.106 This will allow building the valadoc program and libraries that can be 107 used to generate API documentation in HTML format from Vala source code. 108 108 </para> 109 </note>110 111 109 <screen><userinput>sed -i '115d; 121,137d; 139,140d' configure.ac && 112 110 sed -i '/valadoc/d' Makefile.am && 113 ACLOCAL= autoreconf -fiv && 114 115 ./configure --prefix=/usr && 111 ACLOCAL= autoreconf -fiv</userinput></screen> 112 </note> 113 114 <screen><userinput>./configure --prefix=/usr && 116 115 make</userinput></screen> 117 116 -
general/sysutils/systemd.xml
r558d8d9 r2b999b7 128 128 <para>First, apply a fix for glibc-2.28:</para> 129 129 130 <screen><userinput remap="pre">patch -Np1 -i ../systemd- 238-glibc_statx_fix-1.patch</userinput></screen>130 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> 131 131 132 132 <!--
Note:
See TracChangeset
for help on using the changeset viewer.