Changeset 4efac57 for general/genlib


Ignore:
Timestamp:
11/14/2014 05:01:05 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
459835a
Parents:
c28445f3
Message:

Update to {tcl,tk}-8.6.3.
Update to libffi-3.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14900 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libffi.xml

    rc28445f3 r4efac57  
    77  <!ENTITY libffi-download-http " ">
    88  <!ENTITY libffi-download-ftp  "ftp://sourceware.org/pub/libffi/libffi-&libffi-version;.tar.gz">
    9   <!ENTITY libffi-md5sum        "f5898b29bbfd70502831a212d9249d10">
    10   <!ENTITY libffi-size          "916 KB">
    11   <!ENTITY libffi-buildsize     "6.5 MB (additional 1.7 MB for the tests)">
    12   <!ENTITY libffi-time          "less than 0.1 SBU (additional 0.6 SBU for the tests)">
     9  <!ENTITY libffi-md5sum        "41e0216cc2be4029fad3128988295f0f">
     10  <!ENTITY libffi-size          "920 KB">
     11  <!ENTITY libffi-buildsize     "6.1 MB (additional 1.7 MB for the tests)">
     12  <!ENTITY libffi-time          "less than 0.1 SBU (additional 0.4 SBU for the tests)">
    1313]>
    1414
     
    9393    </para>
    9494
    95 <screen><userinput>sed -e '/^includesdir/ s:$(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:$(includedir):' \
     95<screen><userinput>sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
    9696    -i include/Makefile.in &amp;&amp;
    97 sed -e '/^includedir/ s:${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:@includedir@:' \
     97
     98sed -e '/^includedir/ s/=.*$/=@includedir@/' \
    9899    -e 's/^Cflags: -I${includedir}/Cflags:/' \
    99100    -i libffi.pc.in        &amp;&amp;
     101
    100102./configure --prefix=/usr --disable-static &amp;&amp;
    101103make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.