make: Rebuild.

This commit is contained in:
Alexpux
2015-03-04 01:08:40 +03:00
parent fff1e23b3b
commit bb00260b05

View File

@@ -26,12 +26,13 @@ prepare() {
build() {
cd ${srcdir}/${pkgname}-${pkgver}
${PWD}/configure \
./configure \
--build=${CHOST} \
--prefix=/usr \
--without-libintl-prefix \
--without-libiconv-prefix \
ac_cv_dos_paths=yes
make -j1 all
}