From 00c0a388fa93e959ca4a4b259b4d367fa9751172 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 19 Dec 2010 16:41:30 +0100 Subject: Recette de libpcre mise à jour, suite à l’ajout de zsh dans base. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libpcre/Pkgfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libpcre/Pkgfile') diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 27cc16e..797b3a6 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -11,13 +11,10 @@ source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/${name/lib}/${name/lib} build () { cd pcre-$version; - # WARNING: If /bin/sh is zsh and zsh is built with pcre support, - # +++++++ the package must be built without prefix, and libs will - # +++++++ have to be installe in /lib. - # +++++++ The documentation and headears, however, can be kept in - # +++++++ /usr/includes, /usr/share, etc. + # Les bibliothèques sont installées dans /lib à cause de zsh. ./configure \ --prefix=$prefix \ + --libdir=${libdir/$prefix} \ --mandir=$mandir \ --enable-utf8 \ --enable-unicode-properties; -- cgit v1.2.3-54-g00ecf