summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--curl/Pkgfile2
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;