Ignore:
Timestamp:
02/22/2014 01:34:10 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
682f45b2
Parents:
6e2e278d
Message:

Some tags - part 1. Fix zsh-5.0.5 to build with libcap 2.24. Add some dependencies to andupdate icon cache: Emacs-24.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    r6e2e278d rcdabd810  
    4040    <application>ksh</application> but includes many enhancements.</para>
    4141
    42     &lfs74_checked;
     42    &lfs75_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
     84      <ulink url="ftp://ftp.gnu.org/gnu/gdbm/">gdbm</ulink>,
    8485      <xref linkend="pcre"/> and
    8586      <xref linkend="libcap"/>
     
    110111    commands:</para>
    111112
    112 <screen><userinput>./configure --prefix=/usr         \
     113<screen><userinput>sed -e '/attr.mdh/ d' -e '/attr.pro/ d'                                        \
     114    -e '/include &lt;sys\/xattr.h&gt;/ a\\n#include "attr.mdh"\n#include "attr.pro"' \
     115    -i Src/Modules/attr.c                             &amp;&amp;
     116
     117./configure --prefix=/usr         \
    113118            --bindir=/bin         \
    114119            --sysconfdir=/etc/zsh \
Note: See TracChangeset for help on using the changeset viewer.