mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
bison: Fix error when libtextstyle is installed. Closes #206
This commit is contained in:
parent
d8cc95329e
commit
6c68935fed
@ -2,7 +2,8 @@
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--without-libtextstyle-prefix
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user