From 32a04cce05a58212e276e61f669381274e027580 Mon Sep 17 00:00:00 2001 From: Lukc Date: Tue, 21 Dec 2010 10:18:11 +0100 Subject: Recette de libpcre mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libpcre/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 797b3a6..53b7c19 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -13,6 +13,8 @@ build () cd pcre-$version; # Les bibliothèques sont installées dans /lib à cause de zsh. ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --libdir=${libdir/$prefix} \ --mandir=$mandir \ -- cgit v1.2.3-54-g00ecf