bison: Disable NLS. Potential fix for #206

This commit is contained in:
Dylan Araps 2020-07-28 00:28:03 +03:00
parent baf0829aaf
commit 928f90221c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

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