bison: disable nls

This commit is contained in:
Muhammad Herdiansyah 2019-07-19 14:39:41 +07:00
parent fbe37dd0e3
commit 046907144e

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
--prefix=/usr \
--disable-nls
make
make DESTDIR="$1" install