Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libffi.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY libffi-download-ftp  "ftp://sourceware.org/pub/libffi/libffi-&libffi-version;.tar.gz">
    99  <!ENTITY libffi-md5sum        "83b89587607e3eb65c70d361f13bab43">
    10   <!ENTITY libffi-size          "898 KB">
    11   <!ENTITY libffi-buildsize     "7.8 MB">
    12   <!ENTITY libffi-time          "less than 0.1 SBU (additional 0.6 SBU for the tests)">
     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
     
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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.