Changeset 8394f7d1 for postlfs


Ignore:
Timestamp:
08/22/2021 07:28:07 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d5eb999a
Parents:
1ba50fe
Message:

Tags and a pakage update.
Update to pavucontrol-5.0.

Location:
postlfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/emacs.xml

    r1ba50fe r8394f7d1  
    125125
    126126<screen><userinput>sed -e '/SIGSTKSZ/ s|^.*$|static max_align_t sigsegv_stack[\
    127    (64 * 1024 + sizeof (max_align_t) - 1) / sizeof (max_align_t)];' \
     127   (64 * 1024 + sizeof (max_align_t) - 1) / sizeof (max_align_t)];|' \
    128128    -i src/sysdep.c</userinput></screen>
    129129
  • postlfs/security/ssh-askpass.xml

    r1ba50fe r8394f7d1  
    3939    <application>OpenSSH</application> tarball.</para>
    4040
    41   &lfs101_checked;
     41  &lfs110_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105    </para>
    106106
    107 <screen role="root"><userinput>install -v -d -m755 /usr/libexec/openssh/contrib  &amp;&amp;
    108 install -v -m755    gnome-ssh-askpass2 \
    109                     /usr/libexec/openssh/contrib  &amp;&amp;
    110 ln -sv -f contrib/gnome-ssh-askpass2 \
    111                     /usr/libexec/openssh/ssh-askpass</userinput></screen>
     107<screen role="root"><userinput>install -v -d -m755                    /usr/libexec/openssh/contrib  &amp;&amp;
     108install -v -m755    gnome-ssh-askpass2 /usr/libexec/openssh/contrib  &amp;&amp;
     109ln -sv -f contrib/gnome-ssh-askpass2   /usr/libexec/openssh/ssh-askpass</userinput></screen>
    112110
    113111    <para>
  • postlfs/security/tripwire.xml

    r1ba50fe r8394f7d1  
    3434    </para>
    3535
    36     &lfs101_checked;
     36    &lfs110_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    109109
    110110./configure --prefix=/usr --sysconfdir=/etc/tripwire       &amp;&amp;
    111 make</userinput></screen>
     111make CPPFLAGS=-std=c++11</userinput></screen>
    112112
    113113    <note>
     
    172172      <command>autoreconf -fi</command>: The build system is unusable as is, and
    173173      has to be modified for the build to succeed.
     174    </para>
     175
     176    <para>
     177      <option>CPPFLAGS=-std=c++11</option>: Setting the C++ preprocessor
     178      flags to version 11 is necessary to prevent a confict with the
     179      default version which is c++17 in recent version of gcc.
    174180    </para>
    175181
Note: See TracChangeset for help on using the changeset viewer.