From b20525979b3c41fd6fb7e9e075d1971379ce9417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Wed, 29 May 2013 19:27:18 +0000 Subject: [PATCH] attr: disable static library git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11202 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/security/attr.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/postlfs/security/attr.xml b/postlfs/security/attr.xml index 94c2b99d65..3740789ef5 100644 --- a/postlfs/security/attr.xml +++ b/postlfs/security/attr.xml @@ -71,7 +71,7 @@ INSTALL_USER=root \ INSTALL_GROUP=root \ -./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib && +./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib --disable-static && make There are three sets of tests that come with this package. Issue the @@ -98,8 +98,11 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so modifies the documentation directory so that it is a versioned directory. + + sed -i ... /usr/lib/libattr.la: This command - corrects the location of the installed static library as referenced + corrects the location of the installed library as referenced in the libtool archive. @@ -135,7 +138,7 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so attr, getfattr, and setfattr - libattr.{so,a} + libattr.so /usr/{include/attr,share/doc/attr-&attr-version;} @@ -176,11 +179,11 @@ ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so - libattr.{so,a} + libattr.so contains the attr API functions. - libattr.{so,a} + libattr.so