aboutsummaryrefslogtreecommitdiffstats
path: root/main/fluxbox/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/fluxbox/APKBUILD')
-rw-r--r--main/fluxbox/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/fluxbox/APKBUILD b/main/fluxbox/APKBUILD
index 4b6b3980161..cfb64f5f014 100644
--- a/main/fluxbox/APKBUILD
+++ b/main/fluxbox/APKBUILD
@@ -15,7 +15,10 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
build () {
cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--enable-imlib2 \
--disable-nls \
|| return 1