diff options
Diffstat (limited to 'curl')
-rw-r--r-- | curl/Pkgfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/curl/Pkgfile b/curl/Pkgfile index d006c30..592aace 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -13,6 +13,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir \ --enable-ipv6; |