* needs build to be hardcoded

This commit is contained in:
Alexander Baldeck 2019-02-26 16:51:44 +01:00
parent 96a5458c86
commit 158cf2fa0e

View File

@ -33,7 +33,8 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
./configure --build=$CHOST \
--prefix=/usr
make
}