summaryrefslogtreecommitdiffstats
path: root/libpcre/Pkgfile
diff options
context:
space:
mode:
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;