Changeset e3a8c64


Ignore:
Timestamp:
09/25/2012 04:29:25 PM (12 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.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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
227df055
Parents:
226b3f33
Message:

Fix tripwire build issue with gcc-4.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r226b3f33 re3a8c64  
    44-->
    55
    6 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     6<!ENTITY day          "25">                   <!-- Always 2 digits -->
    77<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "September 23rd, &year;">
     12<!ENTITY releasedate  "September 25th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r226b3f33 re3a8c64  
    4545-->
    4646   <listitem>
     47      <para>September 25th, 2012</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Fix tripwire build issue with gcc-4.7. Fixes
     51          <ulink url="&blfs-ticket-root;3582">#3582</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56   <listitem>
    4757      <para>September 23rd, 2012</para>
    4858      <itemizedlist>
  • postlfs/security/tripwire.xml

    r226b3f33 re3a8c64  
    3333    used to verify the integrity of the files on a given system.</para>
    3434
    35     &lfs70_checked;
     35    &lfs72_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    commands:</para>
    7878
    79 <screen><userinput>sed -i -e 's@TWDB="${prefix}@TWDB="/var@' install/install.cfg &amp;&amp;
    80 ./configure --prefix=/usr --sysconfdir=/etc/tripwire &amp;&amp;
     79<screen><userinput>sed -i -e 's@TWDB="${prefix}@TWDB="/var@' install/install.cfg            &amp;&amp;
     80sed -i -e 's/!Equal/!this->Equal/' src/cryptlib/algebra.h                &amp;&amp;
     81sed -i -e '/stdtwadmin.h/i#include &lt;unistd.h&gt;' src/twadmin/twadmincl.cpp &amp;&amp;
     82
     83./configure --prefix=/usr --sysconfdir=/etc/tripwire                     &amp;&amp;
    8184make</userinput></screen>
    8285
    83     <warning><para>The default configuration is to use a local MTA. If
     86    <note><para>The default configuration is to use a local MTA. If
    8487    you don't have an MTA installed and have no wish to install
    8588    one, modify <filename>install/install.cfg</filename> to use an SMTP
    86     server instead.  Otherwise the install will fail.</para></warning>
     89    server instead.  Otherwise the install will fail.</para></note>
    8790
    8891    <para>This package does not come with a test suite.</para>
     
    102105    the program database and reports in
    103106    <filename class="directory">/var/lib/tripwire</filename>.</para>
     107
     108    <para><command>sed ... src/cryptlib/algebra.h</command>:
     109    Fix a compilation issue with gcc-4.7.</para>
     110
     111    <para><command>sed ... src/twadmin/twadmincl.cpp</command>:
     112    Fix a compilation issue with gcc-4.7.</para>
    104113
    105114    <para><command>make install</command>: This command creates the
Note: See TracChangeset for help on using the changeset viewer.