From db6a20281fdad91f9099e142e2e453163e840244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Thu, 30 May 2013 07:56:50 +0000 Subject: [PATCH] Disabled static libImlib2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11208 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/imlib2.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/general/graphlib/imlib2.xml b/general/graphlib/imlib2.xml index cb5f641b9e..10ea143729 100644 --- a/general/graphlib/imlib2.xml +++ b/general/graphlib/imlib2.xml @@ -82,7 +82,7 @@ Install Imlib2 by running the following commands: -./configure --prefix=/usr && +./configure --prefix=/usr --disable-static && make This package does not come with a test suite. @@ -99,6 +99,9 @@ install -v -m644 doc/{*.gif,index.html} \ Command Explanations + + --without-x: Add this parameter if you do not have an X Window System installed. @@ -115,7 +118,7 @@ install -v -m644 doc/{*.gif,index.html} \ imlib2_bumpmap, imlib2_colorspace, imlib2-config, imlib2_conv, imlib2_grab, imlib2_poly, imlib2_show, imlib2_test, and imlib2_view - libImlib2.{so,a} and various filters and image loader modules. + libImlib2.so and various filters and image loader modules. /usr/lib/imlib2, /usr/share/doc/imlib2-&imlib2-version;, and /usr/share/imlib2 @@ -127,12 +130,12 @@ install -v -m644 doc/{*.gif,index.html} \ - libImlib2.{so,a} + libImlib2.so provides the functions for programs to deal with various image data formats. - libImlib2.{so,a} + libImlib2.so