Changeset a385460
- Timestamp:
- 08/24/2012 02:42:47 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f76286d
- Parents:
- 4969e20e
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/apr.xml
r4969e20e ra385460 41 41 </para> 42 42 43 &lfs7 1_checked;43 &lfs72_checked; 44 44 45 45 <bridgehead renderas="sect3">Package Information</bridgehead> … … 90 90 91 91 <screen><userinput>./configure --prefix=/usr --disable-static \ 92 --with-installbuilddir=/usr/ libexec/apache/build &&92 --with-installbuilddir=/usr/share/apr-1/build && 93 93 make</userinput></screen> 94 94 … … 112 112 </para> 113 113 114 <para>115 <option>--with-installbuilddir=/usr/libexec/apache/build</option>:116 This option puts its private executables into117 <filename class="directory">/usr/libexec/apache/build</filename> instead118 of the default <filename class="directory">/usr/build-1</filename>.119 </para>120 114 </sect2> 121 115 … … 131 125 <seg>apr-1-config</seg> 132 126 <seg>libapr-1.so</seg> 133 <seg>/usr/include/apr and /usr/ libexec/apache/build</seg>127 <seg>/usr/include/apr and /usr/share/apr-1/build</seg> 134 128 </seglistitem> 135 129 </segmentedlist> -
general/genutils/apr-util.xml
r4969e20e ra385460 29 29 </indexterm> 30 30 31 <!--Required section-->32 31 <sect2 role="package"> 33 32 <title>Introduction to Apr-Util</title> … … 40 39 </para> 41 40 42 &lfs7 1_checked;41 &lfs72_checked; 43 42 44 43 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/genutils/tidy.xml
r4969e20e ra385460 36 36 W3C compliant and compatible with most browsers.</para> 37 37 38 &lfs7 1_checked;38 &lfs72_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/prog/subversion.xml
r4969e20e ra385460 42 42 </para> 43 43 44 &lfs7 1_checked;44 &lfs72_checked; 45 45 46 46 <bridgehead renderas="sect3">Package Information</bridgehead> … … 131 131 <title>Installation of Subversion</title> 132 132 133 <para>133 <!-- <para> 134 134 If you have the current version of <application>Apache</application> 135 135 installed <application>Subversion</application> will try to compile … … 139 139 </para> 140 140 141 <screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen> 141 <screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen> --> 142 142 143 143 <para> … … 254 254 </para> 255 255 256 <para>256 <!-- <para> 257 257 <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile 258 258 <filename class="libraryfile">mod_dav_svn.so</filename> to use with … … 263 263 <application>Apache</application> used) to the 264 264 <command>configure</command> options. 265 </para> 265 </para> --> 266 266 </sect2> 267 267 -
postlfs/security/openssh.xml
r4969e20e ra385460 34 34 </para> 35 35 36 &lfs7 1_checked;36 &lfs72_checked; 37 37 38 38 <indexterm zone="openssh"> … … 128 128 </para> 129 129 130 <screen><userinput>sed -i.bak '/K5LIBS=/s/ -ldes//' configure && 131 ./configure --prefix=/usr \ 130 <screen><userinput>./configure --prefix=/usr \ 132 131 --sysconfdir=/etc/ssh \ 133 132 --datadir=/usr/share/sshd \ … … 164 163 <sect2 role="commands"> 165 164 <title>Command Explanations</title> 166 167 <para>168 <command>sed -i.bak '/K5LIBS=/s/ -ldes//' configure</command>: This sed169 fixes a build crash if you used the <option>--with-kerberos5</option>170 option. The command is harmless in all other instances.171 </para>172 165 173 166 <para>
Note:
See TracChangeset
for help on using the changeset viewer.