diff options
Diffstat (limited to 'main/fluxbox/APKBUILD')
-rw-r--r-- | main/fluxbox/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/fluxbox/APKBUILD b/main/fluxbox/APKBUILD index 4b6b39801..cfb64f5f0 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 |