Changeset 4f161b1
- Timestamp:
- 03/04/2014 02:05:56 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4a39deed
- Parents:
- 49d3336
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/php.xml
r49d3336 r4f161b1 65 65 url="http://www.php.net/download-docs.php"/></para> 66 66 </listitem> 67 <listitem> 68 <para> 69 Required patch: 70 <ulink url="&patch-root;/php-&php-version;-libmagic_fix-1.patch"/> 71 </para> 72 </listitem> 73 67 74 </itemizedlist> 68 75 … … 177 184 running the following commands:</para> 178 185 179 <screen><userinput>sed -i -e 's/2.6.5 2.7/& 3.0/' configure && 186 <screen><userinput>patch -Np1 -i ../php-&php-version;-libmagic_fix-1.patch && 187 sed -i -e 's/2.6.5 2.7/& 3.0/' configure && 180 188 ./configure --prefix=/usr \ 181 189 --sysconfdir=/etc \ -
postlfs/security/mitkrb.xml
r49d3336 r4f161b1 71 71 <para> 72 72 Estimated build time: &mitkrb-time; 73 </para> 74 </listitem> 75 </itemizedlist> 76 77 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 78 <itemizedlist spacing="compact"> 79 <listitem> 80 <para> 81 Required patch: 82 <ulink url="&patch-root;/mitkrb-&mitkrb-version;-db2_fix-1.patch"/> 73 83 </para> 74 84 </listitem> … … 144 154 </para> 145 155 146 <screen><userinput>cd src && 156 <screen><userinput>patch -Np1 -i ../mitkrb-&mitkrb-version;-db2_fix-1.patch 157 cd src && 147 158 sed -e "s@python2.5/Python.h@& python2.7/Python.h@g" \ 148 159 -e "s@-lpython2.5]@&,\n AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \ … … 152 163 sed -e 's@\^u}@^u cols 300}@' \ 153 164 -i tests/dejagnu/config/default.exp && 154 sed -e '/run\.test/d' \155 -i plugins/kdb/db2/libdb2/test/Makefile.in &&156 165 autoconf && 157 166 ./configure --prefix=/usr \ … … 211 220 building with <application>Tcl</application> 8.6. The third one increases 212 221 the width of the virtual terminal used for some tests, to prevent 213 some spurious characters to be echoed, which is taken as a failure. The 214 last one disables one test, which may hang under certain circumstances. 222 some spurious characters to be echoed, which is taken as a failure. 215 223 </para> 216 224
Note:
See TracChangeset
for help on using the changeset viewer.