summaryrefslogtreecommitdiffstats
path: root/util-linux-ng/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux-ng/Pkgfile')
-rw-r--r--util-linux-ng/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux-ng/Pkgfile b/util-linux-ng/Pkgfile
index 7440f0a..375c170 100644
--- a/util-linux-ng/Pkgfile
+++ b/util-linux-ng/Pkgfile
@@ -12,6 +12,8 @@ build ()
{
cd $name-$version;
./configure \
+ ${CHOST:+--build=${CHOST}} \
+ ${CTARGET:+--host=${CTARGET}} \
--prefix=$prefix \
--mandir=$mandir \
$(use_enable nls) \