summaryrefslogtreecommitdiffstats
path: root/libpcre/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-19 16:41:30 +0100
committerLukc <lukc@upyum.com>2010-12-19 16:41:30 +0100
commit00c0a388fa93e959ca4a4b259b4d367fa9751172 (patch)
treeef50d2a68b9c8f9098a4e31d7f25a5287e50c5ae /libpcre/Pkgfile
parent432ec0174d51734ccfd8e614ccaf8435cdf9fa17 (diff)
downloadbase-00c0a388fa93e959ca4a4b259b4d367fa9751172.tar.gz
base-00c0a388fa93e959ca4a4b259b4d367fa9751172.tar.bz2
base-00c0a388fa93e959ca4a4b259b4d367fa9751172.tar.xz
base-00c0a388fa93e959ca4a4b259b4d367fa9751172.zip
Recette de libpcre mise à jour, suite à l’ajout de zsh dans base.
Diffstat (limited to 'libpcre/Pkgfile')
-rw-r--r--libpcre/Pkgfile7
1 files changed, 2 insertions, 5 deletions
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;