On 06/05/2013 11:30 AM, [email protected] wrote: > Author: igor > Date: Wed Jun 5 02:30:50 2013 > New Revision: 11265 > > Log: > attr-2.4.47 > > Modified: > trunk/BOOK/general.ent > trunk/BOOK/introduction/welcome/changelog.xml > trunk/BOOK/postlfs/security/attr.xml > > Modified: trunk/BOOK/general.ent > ============================================================================== > --- trunk/BOOK/general.ent Wed Jun 5 02:28:44 2013 (r11264) > +++ trunk/BOOK/general.ent Wed Jun 5 02:30:50 2013 (r11265) > @@ -145,7 +145,7 @@ > <!-- Chapter 4 --> > > <!ENTITY acl-version "2.2.51"> > -<!ENTITY attr-version "2.4.46"> > +<!ENTITY attr-version "2.4.47"> > <!ENTITY consolekit-version "0.4.6"> > <!ENTITY cracklib-version "2.8.22"> > <!ENTITY cyrus-sasl-version "2.1.26"> > > Modified: trunk/BOOK/introduction/welcome/changelog.xml > ============================================================================== > --- trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 5 02:28:44 > 2013 (r11264) > +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 5 02:30:50 > 2013 (r11265) > @@ -47,6 +47,9 @@ > <para>June 5th, 2013</para> > <itemizedlist> > <listitem> > + <para>[igor] - attr-2.4.47.</para> > + </listitem> > + <listitem> > <para>[igor] - Nmap-6.25.</para> > </listitem> > </itemizedlist> > > Modified: trunk/BOOK/postlfs/security/attr.xml > ============================================================================== > --- trunk/BOOK/postlfs/security/attr.xml Wed Jun 5 02:28:44 2013 > (r11264) > +++ trunk/BOOK/postlfs/security/attr.xml Wed Jun 5 02:30:50 2013 > (r11265) > @@ -6,8 +6,8 @@ > > <!ENTITY attr-download-http > "http://download.savannah.gnu.org/releases/attr/attr-&attr-version;.src.tar.gz"> > <!ENTITY attr-download-ftp " "> > - <!ENTITY attr-md5sum "db557c17fdfa4f785333ecda08654010"> > - <!ENTITY attr-size "332 KB"> > + <!ENTITY attr-md5sum "84f58dec00b60f2dc8fd1c9709291cc7"> > + <!ENTITY attr-size "336 KB"> > <!ENTITY attr-buildsize "3.5 MB"> > <!ENTITY attr-time "0.1 SBU"> > ]> > @@ -71,7 +71,7 @@ > > INSTALL_USER=root \ > INSTALL_GROUP=root \ > -./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib > --disable-static && > +./configure --prefix=/usr --disable-static && > make</userinput></screen> > > <para>There are three sets of tests that come with this package. Issue > the > @@ -84,10 +84,7 @@ > > <!-- Package uses DIST_ROOT instead of DESTDIR --> > <screen role="root"><userinput>make install install-dev install-lib > && > -chmod -v 0755 /lib/libattr.so.1.1.0 && > -rm -v /lib/libattr.{a,la,so} && > -sed -i 's@/lib@/usr/lib@' /usr/lib/libattr.la && > -ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen> > +chmod -v 0755 /usr/lib/libattr.so.1.1.0</userinput></screen> > > </sect2> > > @@ -101,10 +98,6 @@ > <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" > href="../../xincludes/static-libraries.xml"/> > > - <para><command>sed -i ... /usr/lib/libattr.la</command>: This command > - corrects the location of the installed library as referenced > - in the libtool archive.</para> > - > </sect2> > > <sect2 role="configuration"> >
The shared versioned library is supposed to be in /lib, lets make it stay that way. (Same reason we move PCRE to /lib - in case something from LFS that should be in /bin or /sbin gets recompiled against acl/attr) -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
