Changeset 7a1d9607
- Timestamp:
- 06/13/2015 09:33:43 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8cde5230
- Parents:
- 8ac16b1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/elfutils.xml
r8ac16b1 r7a1d9607 8 8 "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2"> 9 9 <!ENTITY elfutils-download-ftp " "> 10 <!ENTITY elfutils-md5sum " e1b9847c9a6a1ad340de8d47a863ec52">11 <!ENTITY elfutils-size "5. 3MB">12 <!ENTITY elfutils-buildsize " 94 MB (additional 3 MB for thetests)">13 <!ENTITY elfutils-time "0. 8 SBU (additional 0.2 SBU for thetests)">10 <!ENTITY elfutils-md5sum "9334cbcc0df7669b7bf07cf7fc3ad52c"> 11 <!ENTITY elfutils-size "5.8 MB"> 12 <!ENTITY elfutils-buildsize "103 MB (with tests)"> 13 <!ENTITY elfutils-time "0.9 SBU (with tests)"> 14 14 ]> 15 15 … … 86 86 87 87 <!-- don't disable static libs, disable-static switch doesn't work anyways --> 88 <screen><userinput>sed -e '/*runp =/,+2d' \ 89 -e '/runp +=/s/r.*;/*runp++ = '\0';/' \ 90 -i libelf/elf_begin.c && 91 92 ./configure --prefix=/usr --program-prefix="eu-" && 88 <screen><userinput>./configure --prefix=/usr --program-prefix="eu-" && 93 89 make</userinput></screen> 94 90 <!-- 95 91 <para> 96 92 If you wish to run the test suite, first fix it to skip two failing tests: … … 99 95 <screen><userinput>sed -i '/srcdir/ iexit 77\n' \ 100 96 tests/run-backtrace-native.sh \ 101 tests/run-backtrace-native-core.sh</userinput></screen> 97 tests/run-backtrace-native-core.sh</userinput></screen>--> 102 98 103 99 <para> … … 117 113 118 114 <para> 119 <command>sed ... libelf/elf_begin.c</command>: This command fixes a 120 potiential vulnerability identified upstream. 121 </para> 122 123 <para> 124 <parameter>--program-prefix="eu-"</parameter>: This switch renames installed 125 programs to avoid conflict with <application>Binutils</application> programs 126 installed in LFS. 115 <parameter>--program-prefix="eu-"</parameter>: This switch renames 116 installed programs to avoid conflict with 117 <application>Binutils</application> programs installed in LFS. 127 118 </para> 128 119 -
introduction/welcome/changelog.xml
r8ac16b1 r7a1d9607 48 48 <para>June 13th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to elfutils-0.162. Fixes 52 <ulink url="&blfs-ticket-root;6597">#6597</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to openssl-1.0.2c. Fixes -
packages.ent
r8ac16b1 r7a1d9607 253 253 <!ENTITY dejagnu-version "1.5.3"> 254 254 <!ENTITY doxygen-version "1.8.9.1"> 255 <!ENTITY elfutils-version "0.16 1">255 <!ENTITY elfutils-version "0.162"> 256 256 <!ENTITY expect-version "5.45"> 257 257 <!ENTITY gcc-version "5.1.0">
Note:
See TracChangeset
for help on using the changeset viewer.