summaryrefslogtreecommitdiffstats
path: root/acl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'acl/Pkgfile')
-rw-r--r--acl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/acl/Pkgfile b/acl/Pkgfile
index 05e5022..09b1e13 100644
--- a/acl/Pkgfile
+++ b/acl/Pkgfile
@@ -14,8 +14,8 @@ build ()
export DEBUG=-DNDEBUG;
export OPTIMIZER=$CFLAGS;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=$prefix \
--bindir=/bin \
--libexecdir=$libdir \