summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sed/Pkgfile2
1 files changed, 2 insertions, 0 deletions
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=/ \