From cae1ada769f5d302ab182d6d4c52f79b03042a0a Mon Sep 17 00:00:00 2001 From: Lukc Date: Tue, 21 Dec 2010 12:10:56 +0100 Subject: Recette de sed mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sed/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sed/Pkgfile b/sed/Pkgfile index 8c42ea0..a08fe8f 100644 --- a/sed/Pkgfile +++ b/sed/Pkgfile @@ -12,6 +12,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir \ --exec-prefix=/ \ -- cgit v1.2.3-54-g00ecf