summaryrefslogtreecommitdiffstats
path: root/openssh/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openssh/Pkgfile')
-rw-r--r--openssh/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh/Pkgfile b/openssh/Pkgfile
index 9b71d75..75e5255 100644
--- a/openssh/Pkgfile
+++ b/openssh/Pkgfile
@@ -15,8 +15,8 @@ build ()
{
cd $name-$version;
./configure \
- ${CHOST:+-build=${CHOST}} \
- ${CTARGET:+-host=${CTARGET}} \
+ ${CBUILD:+-build=${CBUILD}} \
+ ${CHOST:+-host=${CHOST}} \
--prefix=$prefix \
--libexecdir=$libdir/ssh \
--sysconfdir=$sysconfdir/ssh \